Skip to content

Commit

Permalink
Move build for v3 to a dedicated folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Maurice committed Feb 3, 2024
1 parent d4dd1e9 commit 726ef3c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
on:
workflow_dispatch:
schedule:
- cron: '45 6 * * *'
- cron: "45 6 * * *"
push:
branches:
- main
Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@main

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -42,7 +42,7 @@ jobs:
shell: bash

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 726ef3c

Please sign in to comment.