Skip to content

Commit

Permalink
Correct container name in Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Aug 24, 2022
1 parent 5c4f86c commit 5cb8ce1
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: pandablocks-dev-container
tags: |
type=ref,event=branch
type=ref,event=tag
type=raw,value=latest
# Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -71,8 +61,7 @@ jobs:
context: .
file: ./PandABlocks-rootfs/Dockerfile
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: pandablocks-dev-container:latest
outputs: type=docker, dest=./pandablocks-dev-container.tar
cache-to: type=gha

Expand Down Expand Up @@ -208,7 +197,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: pandablocks-dev-container
images: ghcr.io/pandablocks/pandablocks-dev-container
tags: |
type=ref,event=branch
type=ref,event=tag
Expand All @@ -226,5 +215,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 5cb8ce1

Please sign in to comment.