wip
All checks were successful
Release CI action / build-and-push-container (push) Successful in 3m17s

This commit is contained in:
Asger Gitz-Johansen 2024-12-02 18:00:24 +01:00
parent e786f0af0e
commit 447214fe8a
2 changed files with 10 additions and 7 deletions

View File

@ -15,13 +15,13 @@ jobs:
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
- name: dockerx setup - name: dockerx setup
uses: docker/setup-buildx-action@v1 uses: docker/setup-buildx-action@v1
- name: Cache Docker layers # - name: Cache Docker layers
uses: actions/cache@v2 # uses: actions/cache@v2
with: # with:
path: /tmp/.buildx-cache # path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }} # key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: | # restore-keys: |
${{ runner.os }}-buildx- # ${{ runner.os }}-buildx-
- name: login - name: login
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:

View File

@ -172,3 +172,6 @@ This was the most difficult thing to do. We are _almost_ there.
With a docker image readily available, we can automatically deploy the blog when we push it! With a docker image readily available, we can automatically deploy the blog when we push it!
I personally am a big fan of the simplicity of [portainer](https://www.portainer.io/), as it scales really well when doing perosnal server stuff. I personally am a big fan of the simplicity of [portainer](https://www.portainer.io/), as it scales really well when doing perosnal server stuff.
## P.S.
You may notice that the build script on the real