Skip to content

Commit

Permalink
still wip
Browse files Browse the repository at this point in the history
  • Loading branch information
donkeyx committed Jun 19, 2024
1 parent 1b8823f commit 2630486
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/donkeyx/cluster-utils
docker.io/donkeyx/cluster-utils
ghcr.io/donkeyx/cluster-utils
docker.io/donkeyx/cluster-utils
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
branches: |
release/*
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 2630486

Please sign in to comment.