summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 08:54:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 08:54:28 +0000
commit6d00c3409917c7e70712a27f95db827c8a11f857 (patch)
tree762c48b3d8990f19123df324f0b1a106ccfbbade /.github/workflows/release.yml
parentAdding upstream version 0.8.1. (diff)
downloadeos-downloader-6d00c3409917c7e70712a27f95db827c8a11f857.tar.xz
eos-downloader-6d00c3409917c7e70712a27f95db827c8a11f857.zip
Adding upstream version 0.8.2.upstream/0.8.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 70cce9c..622a85d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
- images:
+ images: |
${{ secrets.DOCKER_IMAGE }}
ghcr.io/${{ secrets.DOCKER_IMAGE }}
tags: |
@@ -106,7 +106,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
- images:
+ images: |
${{ secrets.DOCKER_IMAGE }}
ghcr.io/${{ secrets.DOCKER_IMAGE }}
tags: |
@@ -134,3 +134,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
+