Skip to content

Commit

Permalink
πŸš€ gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Apr 11, 2024
1 parent eb18ef2 commit f850b56
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 @@ -36,7 +36,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/vngcloud/${{ matrix.image }}
tags: $(git rev-parse --short "$GITHUB_SHA")
tags: ${{ github.sha }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit f850b56

Please sign in to comment.