Skip to content

Commit

Permalink
fix: cleanup action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda committed Mar 21, 2023
1 parent 34c745b commit 1acbfac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=sha
labels: |
org.opencontainers.image.title=${{ github.repository }}
org.opencontainers.image.vendor=${{ github.repository_owner }}
- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -116,7 +113,6 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' && needs.prebuild.outputs.version != '' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 1acbfac

Please sign in to comment.