Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcase authored Oct 8, 2024
1 parent b374930 commit 41b5dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-fc/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
REGISTRY?=ghcr.io/liquidmetal-dev
IMAGE_NAME?=$(REGISTRY)/ubuntu-ch
IMAGE_NAME?=$(REGISTRY)/ubuntu-fc
TAG?=22.04

build:
docker build -t $(IMAGE_NAME):$(TAG) .

push:
docker push $(IMAGE_NAME):$(TAG)
docker push $(IMAGE_NAME):$(TAG)

0 comments on commit 41b5dd8

Please sign in to comment.