ci: update GitHub build workflow

This commit is contained in:
Jarno Rankinen 2024-03-27 04:58:13 +00:00
parent 3e509a11b6
commit 234327cdf6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v5 - uses: docker/build-push-action@v5
name: Daily build name: Build container image
with: with:
context: . context: .
push: true push: true