Skip to content

Commit f980d6c

Browse files
authored
Update main.yml
1 parent 48a63a8 commit f980d6c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ jobs:
5959
password: ${{ secrets.GITHUB_TOKEN }}
6060
-
6161
name: Build and push
62-
uses: docker/build-push-action@v2
62+
uses: docker/build-push-action@v4
6363
with:
64-
context: .
65-
platforms: linux/amd64
6664
push: true
67-
tags: ${{ steps.meta.outputs.tags }}
68-
labels: ${{ steps.meta.outputs.labels }}
65+
tags: user/app:latest

0 commit comments

Comments
 (0)