Skip to content

Commit

Permalink
Fix error in step docker metadata workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Oct 5, 2024
1 parent 4a3cac1 commit 82b92d1
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 82b92d1

Please sign in to comment.