This commit is contained in:
@@ -15,19 +15,19 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Login to Gitea Registry
|
- name: Login to Gitea Registry
|
||||||
uses: actions/docker-login@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.local
|
registry: git.local
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Configure Docker Meta
|
- name: Configure Docker Meta
|
||||||
uses: actions/docker-metadata@v5
|
uses: docker/metadata-action@v5
|
||||||
id: meta
|
id: meta
|
||||||
images: phantom/autopkg
|
images: phantom/autopkg
|
||||||
|
|
||||||
- name: Build & Push Docker Image
|
- name: Build & Push Docker Image
|
||||||
uses: actions/docker-build-push@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user