1
Fork 0
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:
Steffo 2022-08-09 03:26:53 +02:00
parent e9a0c787ee
commit 44bc5f1f9d
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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