Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentGonnet authored Sep 28, 2023
1 parent 7b4e3da commit 604d3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
docker:
name: Publish - Docker Hub
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
REPO: ${{ secrets.DOCKER_REPO }}
steps:
Expand All @@ -20,7 +20,7 @@ jobs:

redeploy:
name: Redeploy webhook call
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: [docker]
steps:
- name: Deploy docker container webhook
Expand Down

0 comments on commit 604d3fe

Please sign in to comment.