Skip to content

Commit

Permalink
chore(deps): Update dependencies and automate build and push
Browse files Browse the repository at this point in the history
  • Loading branch information
vinanrra authored Dec 20, 2023
1 parent ccc15c9 commit 25d9566
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
release:
branches: [ master ]
types: [ published ]
schedule:
- cron: '0 5 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -12,29 +14,29 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4.1.1
- name: "call action"
id: last_release
uses: pozetroninc/[email protected]
with:
owner: vinanrra
repo: Docker-7DaysToDie
repo: Docker-Satisfactory
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3.0.0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3.0.0
-
name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v5.1.0
with:
push: true
tags: |
Expand Down

0 comments on commit 25d9566

Please sign in to comment.