We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40592c8 commit 56dd30aCopy full SHA for 56dd30a
.github/workflows/docker-php.yml
@@ -76,6 +76,7 @@ jobs:
76
file: ${{ steps.dockerfile.outputs.DOCKERFILE }}
77
tags: |
78
ghcr.io/librecodecoop/nextcloud-dev-${{ matrix.container }}:${{ github.sha }}
79
+ ghcr.io/librecodecoop/nextcloud-dev-${{ matrix.container }}:latest
80
cache-from: type=local,src=/tmp/.buildx-cache
81
cache-to: type=local,dest=/tmp/.buildx-cache-new
82
- name: Move cache
0 commit comments