mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-18 05:31:38 +03:00
workflow debugging
This commit is contained in:
parent
ac2f8d6728
commit
886218de3d
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@ -89,7 +89,8 @@ jobs:
|
||||
context: packages/docker
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
# labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: latest
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
Loading…
Reference in New Issue
Block a user