Skip to content

Commit

Permalink
fix: add missing docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
youcefguichi committed Apr 26, 2024
1 parent e7f443e commit 2f39f56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,17 @@ jobs:
release_name: PodBee ${{ steps.version.outputs.version }}
draft: false
prerelease: false
- name: Set up QEMU
uses: docker/[email protected]
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.PAT }} # `PAT` is a secret that contains your Personal Access Token with `write:packages` scope
- name: Build and push Gimlet image
- name: Build and push PodBee image
id: build-and-push
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 2f39f56

Please sign in to comment.