Skip to content

Commit

Permalink
Merge pull request #23 from vub-hpc/action_update
Browse files Browse the repository at this point in the history
update actions to node20
  • Loading branch information
lexming authored Mar 18, 2024
2 parents 88d9b8e + 8dbcdd3 commit 1af67cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fix image date tag
run: |
Expand All @@ -49,14 +49,14 @@ jobs:
- name: Fetch vsc-config
if: matrix.tag == 'azure-pipelines-jupyterhub'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: vub-hpc/vsc-config
token: ${{ secrets.GH_PAT_VSC_CONFIG }}
path: azure-pipelines-jupyterhub/vsc-config

- name: Build Image
uses: redhat-actions/buildah-build@v2.12
uses: redhat-actions/buildah-build@v2.13
id: build-image
with:
tags: latest ${{ github.sha }} ${{ env.IMAGE_TAG }} ${{env.RELEASE}}
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Publish image on ghcr.io
id: push-to-ghcr
if: env.PUBLISH_IMAGES
uses: redhat-actions/push-to-registry@v2.7
uses: redhat-actions/push-to-registry@v2.8
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
Expand Down

0 comments on commit 1af67cb

Please sign in to comment.