Skip to content

Commit

Permalink
Merge pull request #2 from niklhut/feature/improve-gh-actions
Browse files Browse the repository at this point in the history
Feature/improve gh actions
  • Loading branch information
niklhut authored Nov 3, 2023
2 parents 87d6666 + 9430aa2 commit bbfc79c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# shamelessly stolen from: https://github.com/CloudGoBrrr/server/blob/main/.github/workflows/main.yml
name: Build and publish container

on:
Expand All @@ -15,6 +14,7 @@ env:

jobs:
ghr_push:
name: Build and publish container
runs-on: ubuntu-latest

steps:
Expand All @@ -41,6 +41,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ github.repository }}
tags: |
latest=true
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit bbfc79c

Please sign in to comment.