Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from suntorytimed/v10.3
Browse files Browse the repository at this point in the history
v10.3
  • Loading branch information
suntorytimed authored Jan 25, 2024
2 parents 9f1be90 + 08616c0 commit b8aeccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:10.2
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:10.3
ghcr.io/${{ env.IMAGE_NAME }}:latest
ghcr.io/${{ env.IMAGE_NAME }}:10.2
ghcr.io/${{ env.IMAGE_NAME }}:10.3
labels: ${{ steps.meta.outputs.labels }}

- name: Write signing key to disk
Expand All @@ -110,6 +110,6 @@ jobs:
# against the sigstore community Fulcio instance.
run: |
cosign sign --key cosign.key ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest@${{ steps.build-and-push.outputs.digest }}
cosign sign --key cosign.key ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:10.2@${{ steps.build-and-push.outputs.digest }}
cosign sign --key cosign.key ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:10.3@${{ steps.build-and-push.outputs.digest }}
cosign sign --key cosign.key ghcr.io/${{ env.IMAGE_NAME }}:latest@${{ steps.build-and-push.outputs.digest }}
cosign sign --key cosign.key ghcr.io/${{ env.IMAGE_NAME }}:10.2@${{ steps.build-and-push.outputs.digest }}
cosign sign --key cosign.key ghcr.io/${{ env.IMAGE_NAME }}:10.3@${{ steps.build-and-push.outputs.digest }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ADD cronjob /etc/cron.daily/resourcespace

WORKDIR /var/www/html
RUN rm index.html
RUN svn co -q https://svn.resourcespace.com/svn/rs/releases/10.2 .
RUN svn co -q https://svn.resourcespace.com/svn/rs/releases/10.3 .
RUN mkdir filestore
RUN chmod 777 filestore
RUN chmod -R 777 include/
Expand Down

0 comments on commit b8aeccf

Please sign in to comment.