Skip to content

Commit

Permalink
Remove "docker" prefix from image name
Browse files Browse the repository at this point in the history
  • Loading branch information
patschilf committed Apr 25, 2023
1 parent deba75a commit d0eb436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
uses: unb-libraries/dockworker/.github/workflows/[email protected]
with:
image-name: 'ghcr.io/unb-libraries/docker-node'
image-name: 'ghcr.io/unb-libraries/node'
push-branches: '["18.x"]'
secrets:
GH_CONTAINER_REGISTRY_USER: ${{ secrets.GH_CONTAINER_REGISTRY_USER }}
Expand Down

0 comments on commit d0eb436

Please sign in to comment.