Skip to content

Commit

Permalink
Revert build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Jul 31, 2024
1 parent a15718e commit 73a7f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and export to Docker local cache
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
context: .
# Need load and tags so we can test it below
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Push cached image to container registry
if: github.ref_type == 'tag'
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
# This does not build the image again, it will find the image in the
# Docker cache and publish it
with:
Expand Down

0 comments on commit 73a7f1b

Please sign in to comment.