Merge pull request #4 from zapal-tech/main

fix: bake action
This commit is contained in:
Bohdan Kucheriavyi 2024-02-14 00:49:40 +02:00 committed by GitHub
commit 3d958d29dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,15 +31,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Bake
- name: Bake and push
uses: docker/bake-action@v4
with:
push: true
targets: default
no-cache: true
- name: Push
uses: docker/push-action@v2
with:
registry: ${{ env.REGISTRY }}
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: latest