Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent dc5437a commit d3c8bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
submodules: recursive
- name: Build
uses: docker/build-push-action@v1
uses: docker/build-push-action@v6
with:
registry: containers.monetr.dev
repository: deepsource
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
run: |
echo ::set-output name=POST_TAG::$(date +%Y.%m.%d)
- name: Build and push containers.monetr.dev
uses: docker/build-push-action@v1
uses: docker/build-push-action@v6
with:
registry: containers.monetr.dev
username: ${{ secrets.containers_push_username }}
password: ${{ secrets.containers_push_password }}
tags: latest,${{ steps.tag.outputs.POST_TAG }}
repository: deepsource
- name: Build and push ghcr.io
uses: docker/build-push-action@v1
uses: docker/build-push-action@v6
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit d3c8bc2

Please sign in to comment.