Skip to content

Commit

Permalink
ci: trying make the pipeline work
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscarlosjayk committed Jun 13, 2024
1 parent c77ef07 commit 362f2a6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ jobs:

# Set up Docker Buildx for multi-platform builds
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
uses: docker/setup-buildx-action@v2
# uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand All @@ -101,13 +100,12 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker images
uses: docker/bake-action@v4
uses: docker/[email protected]
# uses: docker/bake-action@v4
with:
push: true
files: |
compose.yml
targets:
default
# set: |
# *.cache-from=type=gha
# *.cache-to=type=gha,mode=max
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max

0 comments on commit 362f2a6

Please sign in to comment.