Skip to content

Commit 720cd97

Browse files
author
neil
committed
attempt #8
1 parent 97164ff commit 720cd97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitea/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
- name: Build and push
1515
run: |
16-
docker buildx build
17-
--file ${{ vars.WDIR }}/Dockerfile
18-
--platform linux/amd64
19-
--tag ${{ vars.DOCKER_REGISTRY }}/${{ gitea.repository }}:latest
20-
--tag ${{ vars.DOCKER_REGISTRY }}/${{ gitea.repository }}:${{ gitea.sha }}
16+
docker buildx build \
17+
--file ${{ vars.WDIR }}/Dockerfile \
18+
--platform linux/amd64 \
19+
--tag ${{ vars.DOCKER_REGISTRY }}/${{ gitea.repository }}:latest \
20+
--tag ${{ vars.DOCKER_REGISTRY }}/${{ gitea.repository }}:${{ gitea.sha }} \
2121
--push ${{ vars.WDIR }}

0 commit comments

Comments
 (0)