Skip to content

Commit

Permalink
Update docker tags for gibraltar release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Jan 19, 2024
1 parent ae63b10 commit 65e7662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-op-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
GIT_COMMIT=$(git rev-parse HEAD)
GIT_DATE=$(git show -s --format='%ct')
IMAGE_TAGS=$GIT_COMMIT,latest,integration
IMAGE_TAGS=$GIT_COMMIT,latest,release-gibraltar
echo "GIT_COMMIT=$GIT_COMMIT" >> "$GITHUB_ENV"
echo "GIT_DATE=$GIT_DATE" >> "$GITHUB_ENV"
echo "IMAGE_TAGS=$IMAGE_TAGS" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 65e7662

Please sign in to comment.