Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
buildx support
Browse files Browse the repository at this point in the history
  • Loading branch information
hanstrompert committed Apr 4, 2023
1 parent 282f44b commit 3373f1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-push-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

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

- name: Log in to the container registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 3373f1d

Please sign in to comment.