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 fbc2418 commit 68b525aCopy full SHA for 68b525a
.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@263435318d21b8e681c14492fe198d362a7d2c83 # v6
+ uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
25
with:
26
push: ${{ github.ref == 'refs/heads/main' }}
27
tags: ghcr.io/biaw/ookla-speedtest-server:latest
0 commit comments