simplified metadata
Some checks failed
Cargo Build & Test / Push to container registry (push) Has been cancelled
Some checks failed
Cargo Build & Test / Push to container registry (push) Has been cancelled
This commit is contained in:
@@ -27,17 +27,10 @@ jobs:
|
|||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata
|
|
||||||
id: meta
|
|
||||||
uses: docker/metadata-action
|
|
||||||
with:
|
|
||||||
images: gitea.xeovalyte.dev/xeovalyte/workout
|
|
||||||
|
|
||||||
- name: Build an publish
|
- name: Build an publish
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: gitea.xeovalyte.dev/xeovalyte/workout:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
|
Reference in New Issue
Block a user