We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffd16f commit 8d090f6Copy full SHA for 8d090f6
.github/workflows/save-and-restore-docker-image.yml
@@ -45,7 +45,7 @@ jobs:
45
context: services/save-and-restore
46
push: true
47
platforms: linux/amd64
48
- tags: ${{ steps.meta.output.tags }}
49
- labels: ${{ steps.meta.aoutput.labels }}
+ tags: ${{ steps.meta.outputs.tags }}
+ labels: ${{ steps.meta.outputs.labels }}
50
cache-from: type=gha
51
cache-to: type=gha,mode=max
0 commit comments