Skip to content

Commit

Permalink
Update firefly-iii-email-summary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zarguell authored May 29, 2024
1 parent 134a7b4 commit 363555b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/firefly-iii-email-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout documenso Repository
uses: actions/checkout@v3
- name: Checkout firefly-iii-email-summary Repository
uses: actions/checkout@v4
with:
repository: zarguell/auto_container_builds
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
-
name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push (MAIN)
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: dockerfiles/firefly-iii-email-summary.dockerfile
Expand Down

0 comments on commit 363555b

Please sign in to comment.