Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thnt authored Jun 17, 2024
1 parent 190a473 commit fefff57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
TAG=$(grep -oP '(?<=#TAG:).*' ${{ matrix.images }}/Dockerfile) || true
echo "tag=${TAG}"
echo "IMAGE_TAG=${TAG:-latest}" >> $GITHUB_ENV
echo "payload=${{ github.event }}"
echo "payload=${{ toJSON(github.event) }}"
- name: Build and push
if: ${{ github.event.head_commit.modified && contains(github.event.head_commit.modified, matrix.images) }}
uses: docker/build-push-action@v5
Expand Down

0 comments on commit fefff57

Please sign in to comment.