Skip to content

Commit c8d1d41

Browse files
committed
Update docker image name
1 parent 3eea8a8 commit c8d1d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Build the Docker image
21-
run: docker build . --file Dockerfile --tag ARCAFF-api:${GITHUB_REF_NAME#v}
21+
run: docker build . --file Dockerfile --tag arcaff-api:${GITHUB_REF_NAME#v}

0 commit comments

Comments
 (0)