Skip to content

Commit

Permalink
fix docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
AleDore committed Feb 29, 2024
1 parent 4b83cb6 commit 2233cc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
permissions:
contents: write
actions: write

steps:
- name: Checkout
id: checkout
Expand Down Expand Up @@ -69,6 +68,9 @@ jobs:
--generate-notes \
--notes-start-tag ${{ env.OLD_VERSION }}
- name: Setup Docker buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

- name: Log in to the Container registry
id: docker_login
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
Expand Down

0 comments on commit 2233cc4

Please sign in to comment.