Skip to content

Commit

Permalink
build: docker image runs-on 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Jul 18, 2024
1 parent 4462e5b commit 116d75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]
jobs:
test:
name: Build and Push Docker - Main
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 116d75f

Please sign in to comment.