Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/atoma-utils-6777f7f
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad authored Jan 30, 2025
2 parents c06f81b + 811f55a commit 48ab393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Local Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand All @@ -48,7 +48,7 @@ jobs:
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
- name: Build and push Cloud Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 48ab393

Please sign in to comment.