add shipit action
Build and push Docker image / build-and-publish (push) Successful in 2m15s Details

This commit is contained in:
Ash Keel 2024-04-27 20:32:41 +02:00
parent 4f0035629d
commit aafd083218
No known key found for this signature in database
GPG Key ID: 53A9E9A6035DD109
1 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@ jobs:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Build latest
uses: https://codeberg.org/umglurf/kaniko-action@main
with:
@ -19,6 +20,7 @@ jobs:
${{ vars.REGISTRY_URL }}/${{ github.repository }}:latest ${{ vars.REGISTRY_URL }}/${{ github.repository }}:${{ github.sha }}
push: "true"
if: github.ref == 'refs/heads/master'
- name: Build ref
uses: https://codeberg.org/umglurf/kaniko-action@main
with:
@ -30,3 +32,10 @@ jobs:
${{ vars.REGISTRY_URL }}/${{ github.repository }}:${{ github.ref_name }} ${{ vars.REGISTRY_URL }}/${{ github.repository }}:${{ github.sha }}
push: "true"
if: github.ref != 'refs/heads/master'
- name: Deploy via shipit
uses: https://github.com/Hamcha/shipit@main
with:
provider: ${{ secrets.SHIPIT_PROVIDER }}
changes: '[{"templater":"yaml","file":"docker-compose.yml","changes":{"services.srht-mirror.image":"git.fromouter.space/hamcha/sourcehut-mirror-bridge:${{ github.sha }}"}}]'
branch: master