Skip to content

Commit

Permalink
Don't use metadata action for this run
Browse files Browse the repository at this point in the history
  • Loading branch information
haatveit committed Mar 14, 2024
1 parent 7e9c64e commit 95dca51
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ jobs:
with:
ref: ${{ matrix.tag }}
fetch-depth: 0
- name: Extract metadata (tags, labels) for container
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=sha,prefix=,format=short
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Log in to the container registry
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -64,5 +52,4 @@ jobs:
platforms: ${{ env.QEMU_PLATFORMS }}
file: "Dockerfile"
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ghcr.io/unioslo/pg-iam:${{ matrix.tag }}

0 comments on commit 95dca51

Please sign in to comment.