Merge pull request 'fix' (#3) from musicbrainz-provider into master
Some checks failed
Build and Push Docker Image / build (push) Failing after 41s
Some checks failed
Build and Push Docker Image / build (push) Failing after 41s
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
@@ -2,10 +2,10 @@ name: Build and Push Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
branches: [ "**" ]
|
||||
tags: [ 'v*' ]
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
# Docker image configuration - using your Gitea registry
|
||||
@@ -51,8 +51,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
|
||||
- name: Extract Docker metadata
|
||||
id: meta
|
||||
@@ -74,4 +74,4 @@ jobs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-buildcache
|
||||
cache-to: type=inline,mode=max
|
||||
cache-to: type=inline,mode=max
|
||||
|
||||
Reference in New Issue
Block a user