Skip to content

Commit

Permalink
actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatard committed Feb 7, 2024
1 parent 25d0279 commit bcb46b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
version: [20240207]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run test
run: docker build . --file ${{ matrix.version }}/Dockerfile --tag $IMAGE_ID:${{ matrix.version }}
Expand All @@ -30,7 +30,7 @@ jobs:
matrix:
version: [20240207]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build image
run: |
Expand Down

0 comments on commit bcb46b6

Please sign in to comment.