Skip to content

Commit

Permalink
fix meta when pushing image
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbjarnason committed Jun 12, 2024
1 parent 642d47f commit 86a03db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tfc-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
with:
context: ./containers/tfc-runtime
push: ${{ github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta-tfc-runtime.outputs.tags }}
labels: ${{ steps.meta-tfc-runtime.outputs.labels }}
file: ./containers/tfc-runtime/tfc-runtime.dockerfile

- name: Extract metadata (tags, labels) for tfc-dart-sdk
Expand All @@ -81,6 +81,6 @@ jobs:
with:
context: ./containers/tfc-dart-sdk
push: ${{ github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta-tfc-dart-sdk.outputs.tags }}
labels: ${{ steps.meta-tfc-dart-sdk.outputs.labels }}
file: ./containers/tfc-dart-sdk/tfc-dart-sdk.dockerfile

0 comments on commit 86a03db

Please sign in to comment.