Skip to content

Commit

Permalink
Bump setup-buildx-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Dec 4, 2024
1 parent d0f6b3c commit a0147aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
id: buildx
with:
install: true
version: latest

- name: Configure Docker image metadata
id: meta
uses: docker/metadata-action@v4
Expand All @@ -33,7 +33,7 @@ jobs:
type=ref,event=branch
type=raw,value=bdjuno-build
type=sha,format=long
- name: Build image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit a0147aa

Please sign in to comment.