CI: rename github action runner #20

This commit is contained in:
Philip H 2023-11-06 15:39:49 +01:00 committed by GitHub
commit 8c58032482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Build & Publish Docker Image to Docker Hub
name: Build & Publish Docker Image to Docker Hub (Development)
on:
workflow_dispatch:
@ -35,4 +35,4 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
tags: pheiduck/wg-easy:nightly
tags: pheiduck/wg-easy:development

View File

@ -1,4 +1,4 @@
name: Build & Publish Docker Image to Docker Hub
name: Build & Publish Docker Image to Docker Hub (Production)
on:
workflow_dispatch: