diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f8432b..ec8b644 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/periodic_build.yml b/.github/workflows/periodic_build.yml index af0df72..cf7d626 100644 --- a/.github/workflows/periodic_build.yml +++ b/.github/workflows/periodic_build.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 1849353..46aaaf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/