Skip to content

Commit

Permalink
ci improvements - fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
szandany committed Apr 30, 2023
1 parent 7528d0d commit e60d9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
with:
context: . # using the current directory as the context
push: true # push the docker image to the registry
tags: ghcr.io/${ORG_NAME}/${{ github.repository }}:${{ github.run_number }} # tag the docker image with the current run number from the github action workflow run
tags: ghcr.io/${{ github.repository }}:${{ github.run_number }} # tag the docker image with the current run number from the github action workflow run

runner-indexes: # job to generate the runner indexes for the uat-parallel-tests job
runs-on: ubuntu-latest
Expand Down

0 comments on commit e60d9e7

Please sign in to comment.