Skip to content

Commit

Permalink
[#54632] .github: docker.yml: Fix docker registry push
Browse files Browse the repository at this point in the history
Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Feb 1, 2024
1 parent b5c88c4 commit 526dcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
password: ${{ github.token }}
- name: Push image to registry
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
run: docker push ghcr.io/antmicro/ros2-vision-node-base:bision-node-base
run: docker push ghcr.io/antmicro/ros2-vision-node-base:vision-node-base

0 comments on commit 526dcc8

Please sign in to comment.