Skip to content

Commit

Permalink
Switch the Dockerfile to use the correct version
Browse files Browse the repository at this point in the history
The RELEASE_TAG and VERSION vars in the Makefile were backwards. This
was fixed in a previous patch, but the Dockerfile was still referencing
RELEASE_TAG instead of VERSION.

Signed-off-by: Brad P. Crochet <brad@redhat.com>
  • Loading branch information
bcrochet committed Jul 20, 2022
1 parent 043fd9b commit a8816bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY internal/ internal/
COPY .git .git

# Build
RUN make build RELEASE_TAG=${release_tag}
RUN make build VERSION=${release_tag}

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

Expand Down

0 comments on commit a8816bf

Please sign in to comment.