Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5.0.0
- uses: redhat-actions/buildah-build@v2.13
with:
containerfiles: ./Dockerfile
Expand All @@ -24,6 +24,6 @@ jobs:
podman exec vlmcsd /usr/bin/vlmcs 0.0.0.0:1688
podman rm -f vlmcsd
- run: podman save localhost/vlmcsd:latest > vlmcsd.tar
- uses: actions/upload-artifact@v4.6.1
- uses: actions/upload-artifact@v4.6.2
with:
path: ./vlmcsd.tar
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
attestations: write
packages: write
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5.0.0
- name: Log in to Docker Hub
uses: redhat-actions/podman-login@v1.7
with:
Expand All @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5.7.0
uses: docker/metadata-action@v5.8.0
with:
images: |
docker.io/${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
pages: write
id-token: write
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5.0.0
- run: sudo apt-get update && sudo apt-get -y install groff
- run: make -C ./vlmcsd-* pdfdocs htmldocs
- uses: docker://pandoc/core:3.5.0
Expand Down