Skip to content

Commit

Permalink
Fix workflow (#1482)
Browse files Browse the repository at this point in the history
* Fix yaml lint issue

* Fix error in step docker metadata workflow
  • Loading branch information
peterMuriuki authored Oct 5, 2024
1 parent db46126 commit 8fc3179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
${{ steps.docker_meta.outputs.tags }}
${{ steps.meta.outputs.tags }}
cache-from: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,mode=max,scope=${{ github.workflow }}

Expand Down

0 comments on commit 8fc3179

Please sign in to comment.