please god
This commit is contained in:
parent
4f5c20d24f
commit
1d833a0d74
@ -15,6 +15,23 @@ jobs:
|
|||||||
- run: npm run build --production --if-present
|
- run: npm run build --production --if-present
|
||||||
build_image:
|
build_image:
|
||||||
needs: build_app
|
needs: build_app
|
||||||
runs:
|
runs-on: ubuntu-latest
|
||||||
using: 'docker'
|
steps:
|
||||||
image: 'Dockerfile'
|
-
|
||||||
|
name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
-
|
||||||
|
name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
# -
|
||||||
|
# name: Login to Docker Hub
|
||||||
|
# uses: docker/login-action@v3
|
||||||
|
# with:
|
||||||
|
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
-
|
||||||
|
name: Build and push
|
||||||
|
uses: docker/build-push-action@v5
|
||||||
|
with:
|
||||||
|
push: true
|
||||||
|
tags: gitea.rannes.dev/christian/my-portfolio:latest
|
Loading…
Reference in New Issue
Block a user