Skip to content

Commit

Permalink
fix build container name
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Jul 12, 2024
1 parent 81b9c53 commit b3a6f17
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 @@ -23,7 +23,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
container: photonomad/concourse-tasks:latest
container: photonomad/github_build:latest
# the Dockerfile used to create this image is here: ./.github/workflows/docker/Dockerfile
env:
CI: true
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
trim: [ 0, 1 ]
needs: test
runs-on: ubuntu-latest
container: photonomad/concourse-tasks:latest
container: photonomad/github_build:latest
env:
TC_HELP_DESK_TOKEN: ${{ secrets.TC_HELP_DESK_TOKEN }}
TC_HELP_DESK_EMAIL: ${{ secrets.TC_HELP_DESK_EMAIL }}
Expand Down

0 comments on commit b3a6f17

Please sign in to comment.