Update .forgejo/workflows/docker.yaml
Some checks failed
Docker / Push (push) Failing after 28s
Some checks failed
Docker / Push (push) Failing after 28s
This commit is contained in:
parent
e17a209481
commit
52b909c48b
1 changed files with 6 additions and 1 deletions
|
@ -23,6 +23,11 @@ jobs:
|
|||
- name: Code checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
|
||||
- name: Docker metadata
|
||||
id: docker_meta
|
||||
uses: docker/metadata-action@v4
|
||||
|
@ -66,4 +71,4 @@ jobs:
|
|||
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue