Skip to content

Commit 3b5464f

Browse files
committed
try another build
1 parent deac36a commit 3b5464f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ jobs:
4545
- name: Checkout repository
4646
uses: actions/checkout@v4
4747

48-
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v2
50-
with:
51-
driver: docker-container
52-
5348
- name: Log in to the Container registry
5449
uses: docker/login-action@v2
5550
with:
5651
registry: ${{ env.REGISTRY }}
5752
username: ${{ github.actor }}
5853
password: ${{ secrets.GITHUB_TOKEN }}
5954

55+
- name: Set up Docker Buildx
56+
uses: docker/setup-buildx-action@v2
57+
with:
58+
driver: docker-container
59+
6060
- name: Extract metadata (tags, labels) for Docker
6161
id: meta
6262
uses: docker/metadata-action@v4
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Build and push Docker image
6767
id: push
68-
uses: docker/build-push-action@v4
68+
uses: docker/build-push-action@v6
6969
with:
7070
context: .
7171
push: true

0 commit comments

Comments
 (0)