From 9bd6636032ce2c536e37cc7ee2416790920ac287 Mon Sep 17 00:00:00 2001 From: lAmeR1 <42315864+lAmeR1@users.noreply.github.com> Date: Wed, 8 Feb 2023 22:48:06 +0100 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 97295ae..39ca4fa 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -12,11 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Create File - uses: finnp/create-file-action@1.0.0 - env: - FILE_NAME: "VERSION" - FILE_DATA: ${{github.ref_name}} - name: Checkout uses: actions/checkout@v3 @@ -34,3 +29,5 @@ jobs: push: true tags: lamer1/kaspa-rest-wallet:${{github.ref_name}}, lamer1/kaspa-rest-wallet:latest file: ./docker/Dockerfile + build-args: | + version=${{github.ref_name}}