Update docker-publish.yml

tag latest?
This commit is contained in:
yojoshb 2023-05-14 21:05:52 -05:00 committed by GitHub
parent 16a52e340c
commit 700cf51622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ jobs:
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: "latest,${{ steps.meta.outputs.tags }}"
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max