Skip to content

Commit

Permalink
testing platforms in build and push step
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Jul 25, 2024
1 parent 30f4b45 commit 39ff1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 39ff1ee

Please sign in to comment.