Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix: push tag and latest for non-alpha versions (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Sep 25, 2024
1 parent 08f46c3 commit 91c8fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
docker run --privileged --rm tonistiigi/binfmt --install arm64,amd64
docker buildx create --use --name cross-builder
- name: Build and push image, tag as "latest"
if: ${{ contains(github.event.ref, '-alpha') }}
if: ${{ ! contains(github.event.ref, '-alpha') }}
run: make docker-build-push-latest
- name: Build and push image
if: ${{ ! contains(github.event.ref, '-alpha') }}
if: ${{ contains(github.event.ref, '-alpha') }}
run: make docker-build-push

0 comments on commit 91c8fba

Please sign in to comment.