Compare commits

..

No commits in common. "8d33f2bae3c965f5fbcf894f0db4e2c3bce7a80c" and "c5b1f0703ebaa68eb37147f15c0d81910468aad0" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "squidspirit-blog",
"version": "0.1.1",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {