diff options
author | Valery Piashchynski <[email protected]> | 2022-05-10 00:42:24 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-10 00:42:24 +0200 |
commit | 8a70cf50040a57932edfa513e021e878aec1ece4 (patch) | |
tree | e17808a8b59a7013988ef208474cc690683782a3 /.github | |
parent | 83cdbe87bc1921bd16d21f4c6a6efab6ab5b8422 (diff) | |
parent | ffcaede620a2e3c8d20d524ce57672406197b034 (diff) |
Merge branch 'master' into dependabot/github_actions/aquasecurity/trivy-action-0.3.0
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release_nightly.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e05aebba..069f0053 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -173,7 +173,7 @@ jobs: echo "::set-output name=timestamp::`date +%FT%T%z`" - name: Build image - uses: docker/build-push-action@v2 # Action page: <https://github.com/docker/build-push-action> + uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action> with: context: . file: Dockerfile diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index eefb146f..c771c1da 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -173,7 +173,7 @@ jobs: echo "::set-output name=timestamp::`date +%FT%T%z`" - name: Build image - uses: docker/build-push-action@v2 # Action page: <https://github.com/docker/build-push-action> + uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action> with: context: . file: Dockerfile |