Skip to content

Commit

Permalink
fixup! revert: falling back to python 3.8 as limiting pyyaml version …
Browse files Browse the repository at this point in the history
…is not worth it
  • Loading branch information
Lasica committed Dec 12, 2023
1 parent 1aa43d8 commit e86ff3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ jobs:
uses: mattes/gce-docker-push-action@v1
with:
creds: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
src: $PROJECT_NAME-e2e:${{ matrix.e2e_case }}
dst: $IMAGE_REGISTRY/$PROJECT_NAME-e2e:${{ matrix.e2e_case }}
src: ${{ env.PROJECT_NAME }}-e2e:${{ matrix.e2e_case }}
dst: ${{ env.IMAGE_REGISTRY }}/${{ env.PROJECT_NAME }}-e2e:${{ matrix.e2e_case }}

- name: Run project on vertex pipeline
working-directory: ./spaceflights
Expand Down

0 comments on commit e86ff3f

Please sign in to comment.