Skip to content

Commit 6720298

Browse files
committed
removed origin workflows and new Docker build
1 parent 8dc6cbc commit 6720298

9 files changed

+27
-426
lines changed

.github/workflows/build-create-windows-store-on-release.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/workflows/build-publish-to-aur-on-release.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Publish Docker image
2+
on:
3+
release:
4+
types: [published]
5+
jobs:
6+
push_to_registry:
7+
name: Push Docker image to Docker Hub
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Check out the repo
11+
uses: actions/checkout@v2
12+
- name: Push to Docker Hub
13+
uses: docker/build-push-action@v1
14+
with:
15+
username: ${{ secrets.DOCKER_USERNAME }}
16+
password: ${{ secrets.DOCKER_PASSWORD }}
17+
repository: meyca/super-productivity
18+
tag_with_ref: true

.github/workflows/build-publish-to-mac-store-on-release.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/build-publish-to-snap-on-release.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/build-update-web-app-on-release.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)