This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 2bb2b46 [MINOR] Docker build change tag to raw type
2bb2b46 is described below
commit 2bb2b462f517a1205baee15f887c6e26a8e45c62
Author: baunsgaard <[email protected]>
AuthorDate: Wed Jan 12 14:14:10 2022 +0100
[MINOR] Docker build change tag to raw type
---
.github/workflows/docker-cd.yml | 2 +-
.github/workflows/docker-testImage.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docker-cd.yml b/.github/workflows/docker-cd.yml
index 6696c87..0daa0cb 100644
--- a/.github/workflows/docker-cd.yml
+++ b/.github/workflows/docker-cd.yml
@@ -46,7 +46,7 @@ jobs:
with:
images: apache/systemds
tags: |
- type=schedule,pattern=${{ matrix.image-pattern }}
+ type=raw,value=${{ matrix.image-pattern }}
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
diff --git a/.github/workflows/docker-testImage.yml
b/.github/workflows/docker-testImage.yml
index 8a37de5..ab053bd 100644
--- a/.github/workflows/docker-testImage.yml
+++ b/.github/workflows/docker-testImage.yml
@@ -45,7 +45,7 @@ jobs:
with:
images: apache/systemds
tags: |
- type=schedule,pattern=${{ matrix.image-pattern }}
+ type=raw,value=${{ matrix.image-pattern }}
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx