Skip to content

Commit

Permalink
Merge pull request #18 from dunkmann00/update
Browse files Browse the repository at this point in the history
Add 'setup-buildx-action' back just for docker publish workflow
  • Loading branch information
dunkmann00 authored Mar 22, 2024
2 parents 27aaf95 + 901a81f commit 725b6df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
Expand Down

0 comments on commit 725b6df

Please sign in to comment.