Skip to content

Commit f0bb23c

Browse files
committed
Use original action repo
1 parent 7014e6c commit f0bb23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-parent-docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "IMAGE_NAME=${IMAGE_NAME}" >> "${GITHUB_ENV}"
4343
4444
- name: Build and push to ghcr
45-
uses: connoraird/build-push@add-push-to-registry-flag
45+
uses: aleskxyz/build-push
4646
with:
4747
dockerfile_path: ./docker/Dockerfile.parent
4848
image_name: ${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)