mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 18:28:06 +00:00
fix confusion action behavior
This commit is contained in:
@@ -23,12 +23,11 @@ jobs:
|
||||
working-directory: ./backend
|
||||
run: cargo run --release -- --help
|
||||
- name: Build and Push template image
|
||||
working-directory: ./backend
|
||||
uses: docker/build-push-action@v1 # https://github.com/docker/build-push-action
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: ./backend/Dockerfile
|
||||
repository: parity/substrate-telemetry-backend
|
||||
push: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
tags: latest
|
||||
|
||||
Reference in New Issue
Block a user