Skip to content

Commit b13877e

Browse files
committed
updating vanilla github action
1 parent 26af0eb commit b13877e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-vanilla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
password: ${{ secrets.DOCKER_PASSWORD }}
2626
- name: Get Version
2727
id: get_version
28-
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
28+
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
2929
- name: Build and push
3030
uses: docker/build-push-action@v6
3131
with:
3232
context: ./vanilla
3333
file: vanilla/Dockerfile
34-
platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64,linux/ppc64le
34+
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le
3535
push: true
3636
tags: |
3737
ryshe/terraria:vanilla-latest

0 commit comments

Comments
 (0)