Skip to content

Commit

Permalink
Downgrade ubuntu in docker github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbah committed Sep 22, 2024
1 parent 4f86620 commit 55352f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
deploy:
if: ${{ github.event_name == 'push' }}
name: Deploy to staging
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
environment: staging
needs:
- get_version
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
tag_docker_images:
if: ${{ github.event_name == 'push' }}
name: Tag with branch name
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs:
- get_version
- build
Expand Down

0 comments on commit 55352f1

Please sign in to comment.