Skip to content

Commit

Permalink
Fix typo in the docker image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lhchavez committed Aug 26, 2020
1 parent 9f83a95 commit 00725cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ jobs:
docker build -t omegaup/omegaup-runner-ci docker/
container_name=docker.pkg.github.com/${{ github.repository }}/omegaup-runner-ci:${{ steps.bump-version.outputs.tag }}
docker tag omegaup/omegajail-builder-rootfs-runtime "${container_name}"
docker tag omegaup/omegaup-runner-ci "${container_name}"
docker push "${container_name}"

0 comments on commit 00725cb

Please sign in to comment.