Skip to content

Commit

Permalink
Try adding docker/setup-buildx-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashoat committed Sep 19, 2024
1 parent 98ba34b commit cc53c0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/keyserver_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
username: ${{secrets.DOCKER_USERNAME}}
password: ${{secrets.DOCKER_PASSWORD}}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Determine current keyserverCodeVersion
id: keyserver_code_version
run: |
Expand Down

0 comments on commit cc53c0b

Please sign in to comment.