diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-27 13:01:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 13:01:07 +0000 |
commit | 805617e764349b39520f93baae214a8f2c24b522 (patch) | |
tree | fb28d94aaef8f7bc051aa57d6680550d15de89a3 /.github/workflows | |
parent | 5cb75e28f686bd707792d4a12bf71c30c9f49645 (diff) | |
download | timeline-805617e764349b39520f93baae214a8f2c24b522.tar.gz timeline-805617e764349b39520f93baae214a8f2c24b522.tar.bz2 timeline-805617e764349b39520f93baae214a8f2c24b522.zip |
chore(deps): update docker/build-push-action action to v3
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cd-version.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/cd.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cd-version.yaml b/.github/workflows/cd-version.yaml index 1479e0e6..ee40bfd4 100644 --- a/.github/workflows/cd-version.yaml +++ b/.github/workflows/cd-version.yaml @@ -45,7 +45,7 @@ jobs: - name: Build and push
id: docker_build
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
with:
push: true
tags: ${{ steps.prep.outputs.tags }}
diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index a9ebddd8..e1fc9050 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -26,7 +26,7 @@ jobs: - name: Build and push
id: docker_build
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
with:
push: true
tags: crupest/timeline:latest
|