Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2022
1 parent a00b06f commit ea454a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "::set-output name=date::$(date -u +'%Y-%m-%dT')"

- name: Build and push latest tag
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand All @@ -43,7 +43,7 @@ jobs:
tags: ignisda/developr-workspace:latest

- name: Build and push rust tag
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit ea454a6

Please sign in to comment.