diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2978854..4ff08d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,6 @@ jobs: context: . file: ./Dockerfile push: true - cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY_URL }}/steamcmd:latest - cache-to: type=inline tags: "${{ vars.DOCKER_REGISTRY_URL }}/steamcmd:latest" + cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY_URL }}/steamcmd:latest + cache-to: type=registry,ref=${{ vars.DOCKER_REGISTRY_URL }}/steamcmd:latest