Skip to content

Commit 9df813b

Browse files
committed
Fix action syntax
1 parent 604bba2 commit 9df813b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/master.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
name: Set up Docker Buildx
4040
uses: docker/setup-buildx-action@v3
4141

42-
-
43-
name: Build and push
44-
uses: docker/build-push-action@v5
45-
with:
46-
context: .
47-
file: ./Dockerfile
48-
push: true
49-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
42+
-
43+
name: Build and push
44+
uses: docker/build-push-action@v5
45+
with:
46+
context: .
47+
file: ./Dockerfile
48+
push: true
49+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)