Skip to content

Commit

Permalink
update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Feb 26, 2024
1 parent f357993 commit 2fb817f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-subspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
TAG_NAME: subspace
OTP_VERSION: "25.2.1"
ELIXIR_VERSION: "1.14.3"
ELIXIR_VERSION: "1.14.5"
RELEASE_VERSION: "6.2.0"

# concurrency:
Expand All @@ -30,10 +30,10 @@ jobs:
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# Will automatically make nice tags, see the table here https://github.com/docker/metadata-action#basic
- name: Docker meta
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Add SHORT_SHA env property with commit short sha
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV

- name: Build and push
- name: Build and push Docker image for backend
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 2fb817f

Please sign in to comment.