Skip to content

Commit

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

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

0 comments on commit 2fce266

Please sign in to comment.