Skip to content

Commit

Permalink
Update build workflows to use repository and tags instead of specific…
Browse files Browse the repository at this point in the history
… image names
  • Loading branch information
devincowan committed Apr 11, 2024
1 parent 1b42305 commit e99892c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
with:
context: .
file: ${{ matrix.IMAGE_VARIANT }}
repository: quota-microservices
tags: latest
tags: quota-microservices:latest
push: false
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/periodic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
with:
context: .
file: ${{ matrix.IMAGE_VARIANT }}
repository: quota-microservices
tags: latest
tags: quota-microservices:latest
push: false
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN yum install -y --skip-broken irods-externals-*
RUN yum install -y openssl-devel libcurl-devel
RUN yum install -y irods-devel-4.2.11-1
COPY . /hydroshare-quota
# CMakeLists.txt must match iRODS version specified. This file is under version control
# CMakeLists.txt must match iRODS version specified. This file is under version control.
# cmake3.21 for iRODS 4.3.x
# cmake3.11.4-0 for iRODS 4.2.x
WORKDIR /hydroshare-quota/
Expand Down

0 comments on commit e99892c

Please sign in to comment.