Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonl169 authored Mar 22, 2024
1 parent 2c7a67e commit 48829d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
run: echo "tags=beta", "labels=beta" >> "$GITHUB_OUTPUT"
run: echo "tags=beta" >> "$GITHUB_OUTPUT"

- name: Extract metadata (tags, labels) for Docker
id: meta2
run: echo "labels=beta" >> "$GITHUB_OUTPUT"


- name: Build and push Docker image
Expand All @@ -37,4 +41,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta2.outputs.labels }}

0 comments on commit 48829d2

Please sign in to comment.