Skip to content

Commit bde11b0

Browse files
committed
retrying CI-CD
1 parent 6500853 commit bde11b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prod.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3838

3939
- name: Build and push Docker images
40-
uses: docker/build-push-action@v5
40+
uses: docker/bake-action@v4
4141
with:
4242
push: true
43-
tags: airmarkes/contacts-app-img-repo:latest
4443

4544
deploy:
4645
needs: build

0 commit comments

Comments
 (0)