Skip to content

Commit

Permalink
alinomo gh-taskoj
Browse files Browse the repository at this point in the history
  • Loading branch information
wdiestel committed Sep 23, 2023
1 parent 0f3d083 commit db1defe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
# Run tests.
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
test:
kreo_testo:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -65,9 +65,9 @@ jobs:

# Push image to GitHub Package Registry.
# See also https://docs.docker.com/docker-hub/builds/
push:
sendo:
# Ensure test job passes before pushing image.
needs: test
needs: kreo_testo

runs-on: ubuntu-latest
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
Expand Down

0 comments on commit db1defe

Please sign in to comment.