Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Aug 9, 2023
1 parent 08d936a commit 9575ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
context: .
file: docker/Dockerfile.test
build-contexts: |
BASE_IMG=docker-image://${{ env.BASE_TAG }}
base_img=docker-image://${{ env.BASE_TAG }}
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMG
FROM BASE_IMG
ARG base_img
FROM base_img

MAINTAINER Sarun Nuntaviriyakul <sarun.nuntaviriyakul@cern.ch>
LABEL org.opencontainers.image.source https://github.com/guyzsarun/xrootd-cmsjson
Expand Down

0 comments on commit 9575ebc

Please sign in to comment.