Skip to content

Commit

Permalink
Update build workflows to include 'load' step and use latest tag for …
Browse files Browse the repository at this point in the history
…quota-microservices image
  • Loading branch information
devincowan committed Apr 11, 2024
1 parent 3c9c2fd commit a437d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
file: ${{ matrix.IMAGE_VARIANT }}
tags: quota-microservices
push: false
load: true
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 a437d44

Please sign in to comment.