Skip to content

Commit cac3366

Browse files
authored
Update docker-image.yml
1 parent 514ae11 commit cac3366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010
branches: [ master ]
1111
release:
12-
types: ["published"]
12+
types: [published]
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515
inputs: {}
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
runs-on: ubuntu-22.04
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
with:
2525
# Need tags for Makefile logic to work
2626
fetch-depth: 0
@@ -32,7 +32,7 @@ jobs:
3232
if: github.event_name == 'release' && github.event.action == 'published'
3333
steps:
3434
- name: Login to Docker Hub
35-
uses: docker/login-action@v2
35+
uses: docker/login-action@v3
3636
with:
3737
username: ${{ secrets.DOCKERHUB_USERNAME }}
3838
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)