Skip to content

Commit

Permalink
Update .github/workflows/build-and-publish-container-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg authored Feb 14, 2024
1 parent 96c38dd commit 2c7b8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push contaimer image
uses: docker/build-push-action@4976231911ebf5f32aad765192d35f942aa48cb8
uses: docker/build-push-action@v5
with:
context: ./image/
push: true
Expand Down

0 comments on commit 2c7b8bd

Please sign in to comment.