Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 729e331 commit c9f7977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
echo "IMAGE_TAG=${{ env.IMAGE_NAMESPACE }}:${{ env.TEMPLATE }}-latest" >> "$GITHUB_ENV"
- name: 🛠️ Build and export to docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./dist/${{ env.TEMPLATE }}
load: true
Expand All @@ -106,7 +106,7 @@ jobs:
export IMAGE_TAG=${{ env.IMAGE_TAG }}; make test
- name: 📤 Push docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./dist/${{ env.TEMPLATE }}
### For Cross Platform OSX builds uncomment these lines
Expand Down

0 comments on commit c9f7977

Please sign in to comment.