We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e5b4a commit 5c18a64Copy full SHA for 5c18a64
.github/workflows/docker-image.yml
@@ -21,7 +21,7 @@ jobs:
21
password: ${{ secrets.GITHUB_TOKEN }}
22
23
- name: ${{ github.ref == 'refs/heads/main' && 'Build and Push' || 'Test Build' }}
24
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
25
with:
26
push: ${{ github.ref == 'refs/heads/main' }}
27
tags: ghcr.io/biaw/ookla-speedtest-server:latest
0 commit comments