Skip to content

Commit

Permalink
test container image before push (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 authored Oct 7, 2024
1 parent f630a5e commit 0ac994f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,21 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and export to Docker
uses: docker/build-push-action@v6
with:
context: .
load: true
build-args: |
LOGPREP_VERSION=dev
PYTHON_VERSION=${{ matrix.python-version }}
tags: |
ghcr.io/fkie-cad/logprep:py${{ matrix.python-version }}-${{ github.head_ref }}
- name: Test
run: |
docker run --rm ghcr.io/fkie-cad/logprep:py${{ matrix.python-version }}-${{ github.head_ref }} --version
- name: Build images
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 0ac994f

Please sign in to comment.