wip
All checks were successful
Release CI action / build-and-push-container (push) Successful in 3m17s
All checks were successful
Release CI action / build-and-push-container (push) Successful in 3m17s
This commit is contained in:
parent
e786f0af0e
commit
447214fe8a
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user