Skip to content

Commit

Permalink
fix: failed to compute cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak committed Jul 7, 2024
1 parent f8eaa52 commit 1b98be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/nginx:latest,ghcr.io/netlogix/docker/nginx:${{ steps.docker.outputs.version }},ghcr.io/netlogix/docker/proxy:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-nginx
cache-to: type=gha, scope=${{ github.workflow }}-nginx, mode=max
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build and push (nginx)
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 1b98be5

Please sign in to comment.