Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Sep 20, 2023
1 parent 09fbcbc commit 79b407b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push

env:
BASE_TAG: user/xrootd-cmstfc
BASE_TAG: user/xrootd-cmstfc:base
LATEST_TAG: ghcr.io/guyzsarun/xrootd-cmsjson:latest

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
with:
context: .
file: docker/Dockerfile.rpm
tags: ${{ env.BASE_TAG }}:${{ matrix.version }}
tags: ${{ env.BASE_TAG }}
build-args: |
IMAGE=${{ matrix.version }}
load: true
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Unit test
run: |
docker run --rm ${{ env.BASE_TAG }}:${{ matrix.version }} python3 -m pytest -v
docker run --rm ${{ env.BASE_TAG }} python3 -m pytest -v
# test-json:
# name: Test JSON Conversion
Expand Down

0 comments on commit 79b407b

Please sign in to comment.