Skip to content

Commit

Permalink
runs on in job
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Sep 18, 2021
1 parent 4e1f194 commit 13a4444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Expand Up @@ -271,7 +271,7 @@ jobs:


release_go_api_tagged:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [build_web, build_go_api]
steps:
- name: Setup Go
Expand Down Expand Up @@ -316,7 +316,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build tagged release
runs-on: ubuntu-20.04
env:
GIT_TAG: ${{ steps.get_tag.outputs.GIT_TAG }}
DOCKER_CONFIG: ./.docker
Expand Down

0 comments on commit 13a4444

Please sign in to comment.