Skip to content

Commit

Permalink
Merge pull request #10 from Gymnae/Gymnae-patch-3
Browse files Browse the repository at this point in the history
Update push-to-docker-hub.yml
  • Loading branch information
gymnae authored Sep 26, 2023
2 parents 102129e + db2a8eb commit c13c07b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/push-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- fpm-noalpine
schedule:
- cron: '0 2 * * 0' # Weekly on Sundays at 02:00
permissions:
contents: write
jobs:
check:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -46,14 +48,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
-
name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: Gymnae/owncloud
tags: "latest"
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
cache: ${{ github.event_name != 'schedule' }}
tags: gymnae/owncloud:latest
-
uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings

0 comments on commit c13c07b

Please sign in to comment.