Skip to content

Commit

Permalink
2024-06-20 11:59 - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 20, 2024
1 parent a82fd47 commit d621f73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/docker_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,8 @@ runs:
CHECKSUM=${{ inputs.code_checksum }}
VERSION=${{ steps.meta.outputs.version }}
SOURCE_COMMIT=${{ steps.last_commit.outputs.last_commit_short_sha }}
- name: Status
if: (steps.image_status.outputs.updated != 'true' || inputs.rebuild) && inputs.dryrun != 'true'
shell: bash
run: |
echo "::notice:: Image ${{ steps.meta.outputs.tags }} successfully built and pushed"

0 comments on commit d621f73

Please sign in to comment.