summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 08:54:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 08:54:34 +0000
commit1b1696fac3d59300de1814078ab3ee7581578e51 (patch)
treea461a62aa5e390641772de0fff12349b73e55ea6 /.github/workflows
parentReleasing debian version 0.8.1-3. (diff)
downloadeos-downloader-1b1696fac3d59300de1814078ab3ee7581578e51.tar.xz
eos-downloader-1b1696fac3d59300de1814078ab3ee7581578e51.zip
Merging upstream version 0.8.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-management.yml11
-rw-r--r--.github/workflows/release.yml5
2 files changed, 9 insertions, 7 deletions
diff --git a/.github/workflows/pr-management.yml b/.github/workflows/pr-management.yml
index 508a870..233166e 100644
--- a/.github/workflows/pr-management.yml
+++ b/.github/workflows/pr-management.yml
@@ -4,7 +4,7 @@ on:
push:
branches:
- main
- pull_request_target:
+ pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
@@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
@@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
@@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
@@ -101,4 +101,5 @@ jobs:
run: pip install tox tox-gh-actions
- name: "Run tox for ${{ matrix.python }}"
- run: tox -e testenv
+ # run: tox -e testenv
+ run: tox
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 }}
+