File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 name : Build and Publish Docker images
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 - name : Docker meta
2020 id : docker_meta_runtime
2121 uses : docker/metadata-action@v5
2525 uses : docker/setup-buildx-action@v3
2626 - name : Login to Container Registry
2727 if : github.event_name != 'pull_request'
28- uses : docker/login-action@v1
28+ uses : docker/login-action@v3
2929 with :
3030 registry : ghcr.io
3131 username : ${{ secrets.DOCKER_REGISTRY_USERNAME }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN set -eu; \
1111 true
1212
1313# Copy Pharo Image into base image
14- FROM ghcr.io/ba-st/pharo-vm:v10.0.8 as image
14+ FROM ghcr.io/ba-st/pharo-vm:v10.1.0 as image
1515LABEL org.opencontainers.image.authors="Buenos Aires Smalltalk <github@fast.org.ar>"
1616WORKDIR /opt/pharo
1717USER root
You can’t perform that action at this time.
0 commit comments