Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lAmeR1 authored Feb 8, 2023
1 parent c095f48 commit 9bd6636
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Create File
uses: finnp/[email protected]
env:
FILE_NAME: "VERSION"
FILE_DATA: ${{github.ref_name}}
-
name: Checkout
uses: actions/checkout@v3
Expand All @@ -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}}

0 comments on commit 9bd6636

Please sign in to comment.