Skip to content

Commit

Permalink
update build-push-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Nov 18, 2024
1 parent c9a48d9 commit 54b5c8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devel_check_dock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Build and Push Docker
if: ${{ success() }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./inst/docker/pkg/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- devel
paths:
paths:
- DESCRIPTION

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
-
name: Build Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
# don't push, since this is a test
push: false
Expand Down

0 comments on commit 54b5c8a

Please sign in to comment.