diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1118afa..ad4b3e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,8 @@ name: Build Nginx-based docker image on: push: - branches: - - main + # branches: + # - main concurrency: group: ${{ github.ref }} cancel-in-progress: true @@ -32,5 +32,5 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: | ${{ secrets.PRIVATE_REGISTRY_HOST }}/${{ env.GITHUB_REPOSITORY }}:latest - cache-from: type=registry,ref=user/app:latest + cache-from: type=registry,ref=${{ secrets.PRIVATE_REGISTRY_HOST }}/${{ env.GITHUB_REPOSITORY }}:latest cache-to: type=inline \ No newline at end of file