Skip to content

Commit 2686520

Browse files
committed
Update Docker related github workflow actions
Signed-off-by: Michael Herger <michael@herger.net>
1 parent 30d4c08 commit 2686520

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/00_build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,16 @@ jobs:
122122
ref: ${{ inputs.branch }}
123123

124124
- name: Set up Docker Buildx
125-
uses: docker/setup-buildx-action@v3
125+
uses: docker/setup-buildx-action@v4
126126

127127
- name: Login to Docker Hub
128-
uses: docker/login-action@v3
128+
uses: docker/login-action@v4
129129
with:
130130
username: ${{ secrets.DOCKERHUB_USERNAME }}
131131
password: ${{ secrets.DOCKERHUB_TOKEN }}
132132

133133
- name: Login to ghcr.io
134-
uses: docker/login-action@v3
134+
uses: docker/login-action@v4
135135
with:
136136
registry: ghcr.io
137137
username: ${{ github.actor }}

.github/workflows/01_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- name: Set up Docker Buildx
13-
uses: docker/setup-buildx-action@v3
13+
uses: docker/setup-buildx-action@v4
1414

1515
- name: Login to Docker Hub
16-
uses: docker/login-action@v3
16+
uses: docker/login-action@v4
1717
with:
1818
username: ${{ secrets.DOCKERHUB_USERNAME }}
1919
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)