Skip to content

Commit a2cee00

Browse files
authored
Merge pull request #305 from WadeBarnes/main
Upgrade github actions
2 parents 6ab7a70 + f4c509b commit a2cee00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-docker.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323

2424
- name: Lowercase repo owner
2525
id: lowercase_repo_owner
26-
uses: ASzc/change-string-case-action@v1
26+
uses: ASzc/change-string-case-action@v6
2727
with:
2828
string: ${{ github.repository_owner }}
2929

@@ -50,17 +50,17 @@ jobs:
5050
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
5151
5252
- name: Log in to GitHub Container Registry
53-
uses: docker/login-action@v1
53+
uses: docker/login-action@v3
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}
5757
password: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Set up Docker Buildx
60-
uses: docker/setup-buildx-action@v1
60+
uses: docker/setup-buildx-action@v3
6161

6262
- name: Build and push von-network image
63-
uses: docker/build-push-action@v2
63+
uses: docker/build-push-action@v5
6464
with:
6565
context: .
6666
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)