diff options
| author | Adam Janovsky | 2022-05-01 20:11:03 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-05-01 20:11:03 +0200 |
| commit | 84c87543cd63bf4e04be7645c08ee8d6a80509a1 (patch) | |
| tree | 721d1fdd25eae843d603ab5a30e0f5fa07a2df95 /.github/workflows | |
| parent | ca35699154156d1ff3c65a6c44b36f157a563ade (diff) | |
| download | sec-certs-84c87543cd63bf4e04be7645c08ee8d6a80509a1.tar.gz sec-certs-84c87543cd63bf4e04be7645c08ee8d6a80509a1.tar.zst sec-certs-84c87543cd63bf4e04be7645c08ee8d6a80509a1.zip | |
fix consq. of moving dockerfile
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9063beaa..3a061417 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ name: Release (PyPi, DockerHub) -on: +on: release: types: [published] @@ -27,7 +27,7 @@ jobs: docker_release: name: Release on DockerHub runs-on: ubuntu-latest - if: github.repository == 'crocs-muni/sec-certs' + if: github.repository == 'crocs-muni/sec-certs' steps: - name: Set up QEMU uses: docker/setup-qemu-action@v1 @@ -47,6 +47,6 @@ jobs: id: docker_build uses: docker/build-push-action@v2 with: - file: docker/Dockerfile + file: Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} |
