Update .forgejo/workflows/buildpush.yaml
Some checks failed
Build And Test / build and push (push) Failing after 14s
Some checks failed
Build And Test / build and push (push) Failing after 14s
This commit is contained in:
parent
8953c5c4ed
commit
643e9c139d
1 changed files with 9 additions and 8 deletions
|
@ -18,20 +18,21 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
uses: https://github.com/docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||
with:
|
||||
images: jt/hopeasini
|
||||
# - name: Extract metadata (tags, labels) for Docker
|
||||
# id: meta
|
||||
# uses: https://github.com/docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||
# with:
|
||||
# images: jt/hopeasini
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: https://github.com/docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
||||
uses: https://github.com/docker/build-push-action@5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
tags: git.jakest.us/jt/hopeasini:test
|
||||
secrets: |
|
||||
GIT_AUTH_TOKEN=${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
|
||||
# - name: Set up Docker Buildx
|
||||
|
|
Loading…
Reference in a new issue