Skip to content

Commit

Permalink
cleanup pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schuh committed Dec 26, 2023
1 parent a37b292 commit 6a48843
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: GitHub Container Registry
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -51,7 +51,6 @@ jobs:
id: build
uses: docker/build-push-action@v5
with:
registry: ghcr.io
context: .
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down Expand Up @@ -92,7 +91,7 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}}
- name: GitHub Container Registry
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit 6a48843

Please sign in to comment.