Skip to content

Commit

Permalink
feat: update the docker buildx version
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx authored May 23, 2023
1 parent 3a52b14 commit 876c0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/cxx/.github/workflows/docker.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 Export to Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
load: true
Expand All @@ -41,7 +41,7 @@ jobs:
docker run --rm ghcr.io/{{gh_uname}}/{{project-name}}:${GITHUB_REF_NAME:1}
-
name: Build and Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 876c0f6

Please sign in to comment.