mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Fix yaml file...
This commit is contained in:
13
.github/workflows/docker.yml
vendored
13
.github/workflows/docker.yml
vendored
@@ -116,12 +116,13 @@ jobs:
|
||||
uses: docker/metadata-action@v4
|
||||
# Think if we want to also build branches, PRs, tags, etc.
|
||||
# https://github.com/docker/metadata-action
|
||||
tags: |
|
||||
type=raw,value=latest
|
||||
type=raw,value=2.2-dev
|
||||
images: |
|
||||
${{ env.REGISTRY_IMAGE }}
|
||||
${{ env.REGISTRY_IMAGE_ALT }}
|
||||
with:
|
||||
tags: |
|
||||
type=raw,value=latest
|
||||
type=raw,value=2.2-dev
|
||||
images: |
|
||||
${{ env.REGISTRY_IMAGE }}
|
||||
${{ env.REGISTRY_IMAGE_ALT }}
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
|
||||
Reference in New Issue
Block a user