diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3206710..afe0c03 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,9 @@ jobs: - name: Build and publish image uses: matootie/github-docker@v2.2.2 + env: + IMAGE_TAG: v1.0.$GITHUB_RUN_NUMBER with: username: wahyd4 accessToken: ${{ secrets.GITHUB_TOKEN }} - imageTag: v1.0.${{env.GITHUB_RUN_NUMBER}} + imageTag: ${{env.IMAGE_TAG}}