cosign update, allow docker deploy with Dockerfile

This commit is contained in:
Pablo Ferreiro 2022-06-04 20:21:42 +02:00
parent 578277d251
commit bdba336d3c
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
2 changed files with 3 additions and 2 deletions

View file

@ -42,9 +42,9 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v2.3.0
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v1.7.1'
cosign-release: 'v1.9.0'
# Workaround: https://github.com/docker/build-push-action/issues/461

View file

@ -22,3 +22,4 @@ RUN composer update --no-cache \
&& rm -rf /usr/bin/composer
EXPOSE 80
CMD apachectl -D FOREGROUND