Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mb-wali authored Dec 9, 2024
1 parent 99d5073 commit ef1701f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
context: .
file: Dockerfile.mug
push: true
tags: ${{ steps.meta.outputs.tags }}-mug
labels: ${{ steps.meta.outputs.labels }}-mug
tags: ${{ steps.meta.outputs.tags }}-mug-v12
labels: ${{ steps.meta.outputs.labels }}-mug-v12

build-publish-theme:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -104,5 +104,5 @@ jobs:
context: .
file: Dockerfile.theme
push: true
tags: ${{ steps.meta.outputs.tags }}-theme
labels: ${{ steps.meta.outputs.labels }}-theme
tags: ${{ steps.meta.outputs.tags }}-theme-v12
labels: ${{ steps.meta.outputs.labels }}-theme-v12

0 comments on commit ef1701f

Please sign in to comment.