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 4a3e588 commit 4b43dbaCopy full SHA for 4b43dba
.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@601a80b39c9405e50806ae38af30926f9d957c47 # v6
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
25
with:
26
push: ${{ github.ref == 'refs/heads/main' }}
27
tags: ghcr.io/biaw/ookla-speedtest-server:latest
0 commit comments