mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Fix the image name in the build_and_push.yml file
This commit is contained in:
parent
6dc45b65cc
commit
6139862a30
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_push.yml
vendored
2
.github/workflows/build_and_push.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: freika/dawarich:latest,freika/dawarich:${{ github.run_number }}
|
||||
tags: freikin/dawarich:latest,freikin/dawarich:${{ github.run_number }}
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue