Skip to content

Commit

Permalink
Extract Docker metadata - correct repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacekZubielik committed May 7, 2024
1 parent 5640536 commit fbedf45
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,13 @@ jobs:
with:
images: |
gorabbit/docker-oled-evo-sabre
ghcr.io/docker-oled-evo-sabre
ghcr.io/jacekzubielik/docker-oled-evo-sabre
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=ref,event=tag
# type=ref,event=tag
# type=match,pattern=\d.\d.\d

- name: Login to DockerHub
Expand All @@ -159,11 +160,3 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64 #,linux/arm64
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

# - name: Move cache
# run: |
# rm -rf /tmp/.buildx-cache
# mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit fbedf45

Please sign in to comment.