diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-09-04 08:54:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-09-04 08:54:28 +0000 |
commit | 6d00c3409917c7e70712a27f95db827c8a11f857 (patch) | |
tree | 762c48b3d8990f19123df324f0b1a106ccfbbade /.github/workflows/release.yml | |
parent | Adding upstream version 0.8.1. (diff) | |
download | eos-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.yml | 5 |
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 }} + |