Skip to content

Commit

Permalink
Fix tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed May 12, 2024
1 parent a48ab01 commit bd7ea9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containerImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
file: ./ModularAssistentForDiscordServer/Dockerfile
push: true
tags: |
ghcr.io/plerx2493/mads:${{ github.head_ref || github.ref_name }}:latest
ghcr.io/plerx2493/mads:latest-${{ github.head_ref || github.ref_name }}
ghcr.io/plerx2493/mads:${{ github.sha }}
build-args: |
"BUILD_VER=${{ github.sha }}"
Expand All @@ -42,7 +42,7 @@ jobs:
file: ./QuartzNetDocker/Dockerfile
push: true
tags: |
ghcr.io/plerx2493/quartz-db-mysql:${{ github.head_ref || github.ref_name }}:latest
ghcr.io/plerx2493/quartz-db-mysql:latest-${{ github.head_ref || github.ref_name }}
ghcr.io/plerx2493/quartz-db-mysql:${{ github.sha }}
build-args: |
"BUILD_VER=${{ github.sha }}"

0 comments on commit bd7ea9a

Please sign in to comment.