Skip to content

Commit

Permalink
fix job names, comment out buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
dinmukhamedm committed Oct 15, 2024
1 parent fd9c141 commit 4d62b0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
REGISTRY_GH: ghcr.io

jobs:
build-and-push-image:
build-push:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -39,8 +39,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

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

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand All @@ -61,7 +61,7 @@ jobs:

combine-images:
runs-on: ubuntu-latest
needs: build
needs: build-push
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 4d62b0a

Please sign in to comment.