We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f74a4 commit df0316dCopy full SHA for df0316d
1 file changed
.github/workflows/docker-publish.yml
@@ -77,7 +77,7 @@ jobs:
77
with:
78
context: .
79
push: ${{ github.event_name != 'pull_request' }}
80
- tags: ${{ steps.meta.outputs.tags }}
+ tags: ${{ steps.meta.outputs.tags }},skjnldsv/docker-nextcloud-dev:latest
81
labels: ${{ steps.meta.outputs.labels }}
82
cache-from: type=gha
83
cache-to: type=gha,mode=max
0 commit comments