Skip to content

Commit

Permalink
Set correct tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
mczyz-antmicro committed Jan 24, 2024
1 parent 3c1bfad commit 6f67298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:

- name: Push container image to GitHub Container Registry (GHCR)
if: github.event_name != 'pull_request' && github.repository == 'antmicro/megaboom-cpu-benchmarking'
run: docker push $IMAGE
run: docker push $IMAGE:${{ env.REPOSITORY_NAME }}

0 comments on commit 6f67298

Please sign in to comment.