1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Rename job and update registry URL in Docker build workflow

This commit is contained in:
2025-10-15 13:20:41 +03:00
parent 983a876549
commit b54a6e2ed5
+4 -3
View File
@@ -1,5 +1,5 @@
# Build and push Docker image to Gitea container registry
name: Build and Push Docker Image
name: Build Docker Image
on:
push:
@@ -7,10 +7,10 @@ on:
- "v*.*.*"
jobs:
build-and-push:
build:
runs-on: ubuntu-latest
env:
REGISTRY: git.darkzoul.org/dark_zoul/YouTube-Playlist-Downloader # <-- Use your actual Gitea registry URL
REGISTRY: git.darkzoul.org/dark_zoul/youTube-playlist-downloader
IMAGE_NAME: youtube-playlist-downloader
steps:
- name: Checkout code
@@ -39,3 +39,4 @@ jobs:
- name: Push Docker image
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}