Skip to content

Commit

Permalink
Adds packaging-test alma images
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jul 14, 2023
1 parent db289bd commit 324acc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-alma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:

- name: Build and Publish Alma images
run: |
docker build -t citus/packaging:${{ matrix.image }} -f dockerfiles/${{ matrix.image }}/Dockerfile .
docker push citus/packaging:${{ matrix.image }}
docker build -t citus/packaging-test:${{ matrix.image }} -f dockerfiles/${{ matrix.image }}/Dockerfile .
docker push citus/packaging-test:${{ matrix.image }}

0 comments on commit 324acc0

Please sign in to comment.