mirror of
https://github.com/plexguide/Huntarr.git
synced 2026-01-26 05:09:12 -06:00
Update docker-image.yml
This commit is contained in:
12
.github/workflows/docker-image.yml
vendored
12
.github/workflows/docker-image.yml
vendored
@@ -49,8 +49,8 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
huntarr/4lidarr:latest
|
||||
huntarr/4lidarr:${{ github.sha }}
|
||||
huntarr/4sonarr:latest
|
||||
huntarr/4sonarr:${{ github.sha }}
|
||||
|
||||
# 6b) Build & Push if on 'dev' branch
|
||||
- name: Build and Push (dev)
|
||||
@@ -60,8 +60,8 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
huntarr/4lidarr:dev
|
||||
huntarr/4lidarr:${{ github.sha }}
|
||||
huntarr/4sonarr:dev
|
||||
huntarr/4sonarr:${{ github.sha }}
|
||||
|
||||
# 6c) Build & Push if it's a tag/release
|
||||
- name: Build and Push (release)
|
||||
@@ -71,8 +71,8 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
huntarr/4lidarr:${{ steps.get_version.outputs.VERSION }}
|
||||
huntarr/4lidarr:latest
|
||||
huntarr/4sonarr:${{ steps.get_version.outputs.VERSION }}
|
||||
huntarr/4sonarr:latest
|
||||
|
||||
# 6d) Just build on pull requests
|
||||
- name: Build (PR)
|
||||
|
||||
Reference in New Issue
Block a user