Skip to content

Commit

Permalink
#579 Use the correct dockerfile for building the release image
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Oct 21, 2024
1 parent 7b3fe0a commit 7ac89da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ jobs:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
# Need load and tags so we can test it below
file: Dockerfile.release
load: true
tags: tag_for_testing

- name: Test cli works in cached runtime image
run: docker run --rm tag_for_testing --version

- name: Create tags for publishing image
id: meta
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/publish_docker_image.yml

This file was deleted.

0 comments on commit 7ac89da

Please sign in to comment.