Skip to content

Commit

Permalink
Merge pull request #86 from dokku/josegonzalez-patch-4
Browse files Browse the repository at this point in the history
Run docker-push workflows on latest runner
  • Loading branch information
josegonzalez committed Oct 16, 2023
2 parents d1363fd + 41854ee commit 3ab9367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
push-enabled:
name: push-enabled
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
push-enabled: ${{ steps.check.outputs.push-enabled }}
docker-image-tag: ${{ steps.check.outputs.docker-image-tag }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
docker-push:
name: push latest
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: push-enabled
if: needs.push-enabled.outputs.push-enabled == 'true'
steps:
Expand Down

0 comments on commit 3ab9367

Please sign in to comment.