diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 31b0dfae..ced97fd6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 @@ -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