Update GitHub Actions workflow to use actions/checkout@v4
This commit is contained in:
2
.github/workflows/publish-image.yaml
vendored
2
.github/workflows/publish-image.yaml
vendored
@@ -6,7 +6,7 @@ jobs:
|
|||||||
build_and_publish:
|
build_and_publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
run: |
|
run: |
|
||||||
docker login --username anaxios --password ${{ secrets.GH_TOKEN }} ghcr.io
|
docker login --username anaxios --password ${{ secrets.GH_TOKEN }} ghcr.io
|
||||||
|
Reference in New Issue
Block a user