Compare commits
4 Commits
cfa0055488
...
0.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 20535317c7 | |||
| 4c94209a45 | |||
|
f97426956a
|
|||
|
fa067061b3
|
@@ -39,6 +39,7 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||
IMAGE_NAME: gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}
|
||||
with:
|
||||
context: .
|
||||
file: ./Containerfile
|
||||
@@ -46,6 +47,8 @@ jobs:
|
||||
linux/arm/v7
|
||||
push: true
|
||||
tags: |
|
||||
gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
||||
cache-from: type=registry,ref=gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}:buildcache
|
||||
cache-to: type=registry,ref=gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}:buildcache,mode=max
|
||||
${{ env.IMAGE_NAME }}:${{ env.DOCKER_LATEST }}
|
||||
# cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:${{ env.DOCKER_LATEST }}
|
||||
# cache-to: type:inline
|
||||
# cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache
|
||||
# cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max
|
||||
|
||||
@@ -41,6 +41,7 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||
IMAGE_NAME: gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}
|
||||
with:
|
||||
context: .
|
||||
file: ./Containerfile
|
||||
@@ -48,10 +49,12 @@ jobs:
|
||||
linux/arm/v7
|
||||
push: true
|
||||
tags: |
|
||||
gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
||||
gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
||||
cache-from: type=registry,ref=gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}:buildcache
|
||||
cache-to: type=registry,ref=gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}:buildcache,mode=max
|
||||
${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
||||
${{ env.IMAGE_NAME }}:${{ env.DOCKER_LATEST }}
|
||||
# cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:${{ env.DOCKER_LATEST }}
|
||||
# cache-to: type:inline
|
||||
# cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache
|
||||
# cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max
|
||||
|
||||
- name: Deploy Image to Sever
|
||||
id: deploy
|
||||
|
||||
Reference in New Issue
Block a user