mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 12:34:00 +03:00
Add artifact upload step for Docker image in build workflow
This commit is contained in:
@@ -30,6 +30,12 @@ jobs:
|
||||
- name: Tag Docker image as latest
|
||||
run: docker tag ${{ env.REGISTRY_URL }}/${{ env.REGISTRY_OWNER }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} ${{ env.REGISTRY_URL }}/${{ env.REGISTRY_OWNER }}/${{ env.IMAGE_NAME }}:latest
|
||||
|
||||
- name: Upload image artifact
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: docker-image
|
||||
path: ${{ env.REGISTRY_URL }}/${{ env.REGISTRY_OWNER }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
|
||||
|
||||
- name: Login to the Container registry
|
||||
uses: https://gitea.com/docker/login-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user