Skip to content

Commit

Permalink
deployment: add annotations: set buildx to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Dec 7, 2023
1 parent ca23b44 commit ab71834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on_push_main_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: v0.12.0

# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
- name: Log in to the Container registry
Expand Down

0 comments on commit ab71834

Please sign in to comment.