Compare commits
No commits in common. "3943137b75bf8ac10f814c56a0b5e8226b099772" and "f0385a49a28656f9bcfc9138fd3e8640515c2efe" have entirely different histories.
3943137b75
...
f0385a49a2
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to registry
|
||||
- name: Build image and push to registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ vars.REGISTRY }}
|
||||
@ -28,7 +28,6 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
provenance: false
|
||||
context: ./frontend
|
||||
tags: |
|
||||
${{ vars.REGISTRY }}/${{ vars.IMAGE_REPO_FRONTEND }}:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user