Skip to content

Commit

Permalink
Fixing some missing CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPGlaser committed Feb 23, 2024
1 parent d9ec589 commit c487b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: [push]
# - 'containers/Dockerfile'

env:
TEST_TAG: ipta-env.docker:test
TEST_TAG: ipta-env:test

jobs:
build-apptainer-image:
Expand All @@ -26,6 +26,7 @@ jobs:
with:
context: "{{defaultContext}}:containers"
push: false
load: true
tags: ${{ env.TEST_TAG }}
- name: Test Docker
run: |
Expand Down

0 comments on commit c487b17

Please sign in to comment.