Skip to content

Commit

Permalink
Update dockerhub_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Oct 11, 2023
1 parent 24d8bb7 commit 719e48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Update Dockerfile reference sha
run: |
echo "DOCKERHUB_SHA=not yet updated" >> $GITHUB_ENV
sed -i -e "s/ARG REVISION=.*/ARG REVISION=${{ inputs.SHORT_REVISION }}/" Dockerfile
sed -i -e "s/ARG REVISION=.*/ARG REVISION=${{ inputs.SHORT_SHA }}/" Dockerfile
- name: Build and push ubuntu image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 719e48b

Please sign in to comment.