Skip to content

Commit

Permalink
Set up buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Aug 6, 2024
1 parent f2d1fbe commit 0ce9e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}

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

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e
Expand Down

0 comments on commit 0ce9e7a

Please sign in to comment.