Skip to content

Commit

Permalink
just built latest all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Sep 16, 2021
1 parent b10498e commit 8fbf39a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-to-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Create and publish a Docker image

"on":
push:
tags:
- '*'
branches:
- master

jobs:
build-and-push-image:
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/binxio/cru:${{github.event.release.tag_name}}
tags: ghcr.io/binxio/cru:latest

0 comments on commit 8fbf39a

Please sign in to comment.