Skip to content

Commit 2237a92

Browse files
Update push-test-image.yml
1 parent 8c795e9 commit 2237a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-test-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121

2222
- name: Build and push image
2323
run: |
24-
IMAGE=ghcr.io/${{ github.repository_owner }}/workflow-playground:test
24+
IMAGE=ghcr.io/${{ github.repository_owner }}/increment-Test:test
2525
docker build -t $IMAGE .
2626
docker push $IMAGE

0 commit comments

Comments
 (0)