Skip to content

Commit

Permalink
[docker] Docker image should be called pactester
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg committed Jan 13, 2024
1 parent 7428792 commit cfa2d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push release Docker Image (main-ghcr)
run: make docker_multiarch DOCKER_IMAGE=ghcr.io/manugarg/pacparser
run: make docker_multiarch DOCKER_IMAGE=ghcr.io/manugarg/pactester

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VERSION ?= $(shell git describe --always --tags --candidate=100)
GIT_TAG := $(shell git describe --exact-match --exclude tip --tags HEAD 2>/dev/null || /bin/true)
GIT_COMMIT = $(strip $(shell git rev-parse --short HEAD))

DOCKER_IMAGE ?= manugarg/cloudprober
DOCKER_IMAGE ?= manugarg/pactester
ifeq "$(GIT_TAG)" ""
DOCKER_TAGS := -t $(DOCKER_IMAGE):master -t $(DOCKER_IMAGE):main
else
Expand Down

0 comments on commit cfa2d3e

Please sign in to comment.