Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Nov 26, 2023
1 parent 3823a13 commit 03a1c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
ghcr.io/${{ github.repository_owner }}/${{ matrix.context }}
ghcr.io/${{ github.repository_owner }}/odr_core_test
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
Expand All @@ -46,7 +46,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}:buildcache
cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}:buildcache,mode=max
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/odr_core_test:buildcache
cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/odr_core_test:buildcache,mode=max

# TODO try to run it

0 comments on commit 03a1c83

Please sign in to comment.