mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2025-01-03 15:34:18 +00:00
Remove dependencies from docker
workflow
This commit is contained in:
parent
e9a0c787ee
commit
44bc5f1f9d
1 changed files with 0 additions and 3 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -9,9 +9,6 @@ jobs:
|
||||||
publish-docker:
|
publish-docker:
|
||||||
name: "🐳 Build and publish Docker image on ghcr.io"
|
name: "🐳 Build and publish Docker image on ghcr.io"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
|
||||||
- "tests"
|
|
||||||
- "build-package"
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout repository"
|
- name: "Checkout repository"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue