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 ec9cd32 commit 7f49b09Copy full SHA for 7f49b09
1 file changed
.github/workflows/doxygen.yml
@@ -25,25 +25,25 @@ jobs:
25
uses: actions/checkout@v6
26
27
- name: Login
28
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
29
with:
30
registry: ghcr.io
31
username: ${{ github.actor }}
32
password: ${{ secrets.GITHUB_TOKEN }}
33
34
- name: Set up builder
35
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
36
37
- name: Build
38
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
39
40
context: doxygen
41
push: true
42
tags: |
43
${{ env.reponame }}/${{ env.pkgname }}:draft-${{ github.sha }}
44
45
- name: Build (checker)
46
47
48
49
target: check-doxygen
0 commit comments