Skip to content

Commit 725b6df

Browse files
authored
Merge pull request #18 from dunkmann00/update
Add 'setup-buildx-action' back just for docker publish workflow
2 parents 27aaf95 + 901a81f commit 725b6df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
steps:
2626
- name: Checkout repository
2727
uses: actions/checkout@v4
28-
28+
- name: Set up Docker Buildx
29+
uses: docker/setup-buildx-action@v3
2930
# Login against a Docker registry except on PR
3031
# https://github.com/docker/login-action
3132
- name: Log into registry ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)