Skip to content

Commit

Permalink
Change up docker build to try and get tagged docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
realtyem committed Dec 22, 2022
1 parent f12683e commit b975acf
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 @@ -4,7 +4,7 @@ name: Build docker images

on:
push:
# tags: ["v*"]
tags: ["v*"]
branches: [ "unraid_develop" ]
workflow_dispatch:

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
tags: |
type=raw,value=${{ github.ref_name }},enable=${{ github.ref != 'refs/heads/unraid_develop' }}
type=raw,value=unified,enable=${{ github.ref == 'refs/heads/unraid_develop' }}
type=pep440,pattern={{raw}}
type=semver,pattern={{version}}
- name: Build and push to repo

Expand Down

0 comments on commit b975acf

Please sign in to comment.