Skip to content

Commit 3e571f6

Browse files
authored
Merge pull request #54 from scalyr/build
Bump docker/build-push-action version
2 parents c41b065 + 432eef9 commit 3e571f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.DOCKER_PASSWORD }}
4949

5050
- name: Build Docker Image
51-
uses: docker/build-push-action@v4
51+
uses: docker/build-push-action@v6
5252
with:
5353
# set push to true when a tag is created
5454
push: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)