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 3cf406a commit bb0938aCopy full SHA for bb0938a
1 file changed
.github/workflows/docker.yml
@@ -66,7 +66,7 @@ jobs:
66
type=sha,format=long
67
68
- name: Build
69
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
+ uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
70
with:
71
load: true
72
tags: weblate/base:test
@@ -78,7 +78,7 @@ jobs:
78
79
80
- name: Build and push
81
82
83
push: ${{ github.event_name != 'pull_request' }}
84
tags: ${{ steps.meta.outputs.tags }}
0 commit comments