We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eea8a8 commit c8d1d41Copy full SHA for c8d1d41
.github/workflows/docker-image.yml
@@ -18,4 +18,4 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: Build the Docker image
21
- run: docker build . --file Dockerfile --tag ARCAFF-api:${GITHUB_REF_NAME#v}
+ run: docker build . --file Dockerfile --tag arcaff-api:${GITHUB_REF_NAME#v}
0 commit comments