👷 Update CI image name for easier deployment

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-14 10:52:12 +02:00
parent af7d078293
commit c593334be8
2 changed files with 2 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ name: Master docker CI
on:
push:
branches: [master]
tags:
- v*
workflow_dispatch:
@@ -98,7 +99,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
registry: ghcr.io