Skip to content

Commit

Permalink
wibble: change id meta_leader -> meta
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Jul 5, 2024
1 parent 0b80b71 commit ac2ce66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels)
id: meta_leader
id: meta
uses: docker/metadata-action@v5
with:
images: |
Expand All @@ -49,7 +49,7 @@ jobs:
with:
push: true
# platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta_leader.outputs.tags }}
labels: ${{ steps.meta_leader.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit ac2ce66

Please sign in to comment.