updating build yaml for push
This commit is contained in:
@@ -12,9 +12,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Log in to Gitea Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@@ -27,3 +24,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags:
|
||||
ref: ${{ gitea.sha }} # Use SHA for a unique tag
|
||||
image: https://gitea.nelson-household.com/joseph.nelson4456/koillection-uploader/koillection-uploader # Adjust path/name
|
||||
|
||||
Reference in New Issue
Block a user