Skip to content

Commit

Permalink
added images without "latest" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gicastel committed Oct 3, 2022
1 parent 3a19865 commit 3aa83c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: Build & push Docker standalone image
with:
image: qest
tags: standalone-latest, standalone-${{ github.ref_name }}
tags: standalone, standalone-latest, standalone-${{ github.ref_name }}
registry: ghcr.io
dockerfile: standalone.dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -60,7 +60,7 @@ jobs:
name: Build & push Docker bundle image
with:
image: qest
tags: bundle-latest, bundle-${{ github.ref_name }}
tags: bundle, bundle-latest, bundle-${{ github.ref_name }}
registry: ghcr.io
dockerfile: bundle.dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 3aa83c4

Please sign in to comment.