Skip to content

Commit

Permalink
Add Docker Buildx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 committed Feb 18, 2024
1 parent 511f290 commit fc18e0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

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

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

0 comments on commit fc18e0e

Please sign in to comment.