Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 99cfb5cbe0aee5278221b82795864a079d4de932
Author: Dominik Louven <[email protected]>
Date:   Tue Aug 10 15:02:02 2021 +0200

    Re-enable pushing to github packages

commit 59f83d2
Author: Dominik Louven <[email protected]>
Date:   Tue Aug 10 14:55:07 2021 +0200

    test

commit 7e1c79f
Author: Dominik Louven <[email protected]>
Date:   Tue Aug 10 14:52:12 2021 +0200

    Fix

commit fdc7c73
Author: Dominik Louven <[email protected]>
Date:   Tue Aug 10 14:51:26 2021 +0200

    More

commit c43cdf8
Author: Dominik Louven <[email protected]>
Date:   Tue Aug 10 14:48:37 2021 +0200

    More workflow debugging

commit f847acc
Author: Dominik Louven <[email protected]>
Date:   Tue Aug 10 14:40:26 2021 +0200

    Update gitignore

commit 011876b
Author: Dominik Louven <[email protected]>
Date:   Tue Aug 10 14:35:18 2021 +0200

    Test Gitlab Action
  • Loading branch information
Dominik Louven committed Aug 10, 2021
1 parent 79a077f commit e5f01a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: CI

on:
push:
branches: ['release']
tags:
- 'v*'

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -34,6 +35,9 @@ jobs:
with:
images: ghcr.io/${{ env.IMAGE_NAME }}

- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode/
todo.todo
todo.todo
templateconfig.ini

0 comments on commit e5f01a8

Please sign in to comment.