Skip to content

Commit

Permalink
Merge pull request #7 from appuio/renovate/docker-build-push-action-3.x
Browse files Browse the repository at this point in the history
Update docker/build-push-action action to v3
  • Loading branch information
ccremer authored May 6, 2022
2 parents 7151b1e + 787813c commit fb2c924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
images: ghcr.io/${{ github.repository }}

- name: Build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: latest
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: latest
push: true
Expand Down

0 comments on commit fb2c924

Please sign in to comment.