Skip to content

Commit

Permalink
tryout local tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 17, 2024
1 parent 9202a3a commit 22195d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,15 @@ jobs:
build-args: |
LOGPREP_VERSION=${{ inputs.build-version }}
PYTHON_VERSION=${{ matrix.python-version }}
tags: ${{ steps.image-tag.outputs.tags }}
tags: "${{ steps.image-tag.outputs.tags }}, ghcr.io/fkie-cad/logprep:local"

- name: List Docker imagers
run: |
docker images --digests
- name: Ensure logprep is available in image
run: |
docker run --rm $(docker images --filter=reference=${{ steps.build.outputs.metadata["image.name"] }} --format "{{.ID}}")
# docker run --rm ghcr.io/fkie-cad/logprep@${{ steps.build.outputs.digest }} --version
docker run --rm ghcr.io/fkie-cad/logprep:local --version
- name: Push image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 22195d7

Please sign in to comment.