Skip to content

Commit

Permalink
untagged image name
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Nov 18, 2023
1 parent 5a7ebb0 commit a7de62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: "ghcr.io/silitics/rugpi-bakery:latest"
IMAGE_NAME: "ghcr.io/silitics/rugpi-bakery"
PI_BASE_IMAGE: "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz"

jobs:
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:

merge-docker-images:
runs-on: ubuntu-latest
name: Merge Docker Images
needs:
- build-docker-images
steps:
Expand Down

0 comments on commit a7de62a

Please sign in to comment.