Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore(workflows): docker-dev-build fix tag (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead authored May 3, 2022
1 parent a1abb49 commit 7d2cc30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
fi
- name: Print docker version
run: |
echo "tag: ${{ github.event.inputs.docker_tag_version }}"
echo "tag: ${{ steps.set_docker_version.outputs.docker_version }}"
- uses: actions/checkout@v2
with:
ref: "v${{ github.event.inputs.docker_tag_version }}"
ref: "v${{ steps.set_docker_version.outputs.docker_version }}"
- name: Docker login
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login --username ${{ secrets.DOCKER_USER }} --password-stdin
- name: Build development docker image
Expand Down

0 comments on commit 7d2cc30

Please sign in to comment.