Skip to content

Commit

Permalink
Bump docker/build-push-action from 3.1.0 to 3.1.1 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 8, 2022
1 parent 8652eb2 commit 45bcd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container-image.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push container image
uses: docker/build-push-action@v3.1.0
uses: docker/build-push-action@v3.1.1
with:
context: .
push: true
Expand Down

0 comments on commit 45bcd52

Please sign in to comment.