Skip to content

Commit

Permalink
backend
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Oct 5, 2024
1 parent e99a89b commit 7236021
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy_worker2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy_worker2
name: deploy_backend2

on:
pull_request:
Expand All @@ -12,14 +12,14 @@ jobs:
- uses: actions/checkout@master
- name: Set GITHUB_TAG arg
id: vars
run: echo ::set-output name=GITHUB_TAG::v0.1.0-beta.0
run: echo ::set-output name=GITHUB_TAG::v0.20.0-beta.0
- name: Print version
run: echo "Publishing reacherhq/worker:${{ steps.vars.outputs.GITHUB_TAG }}"
run: echo "Publishing reacherhq/backend:${{ steps.vars.outputs.GITHUB_TAG }}"
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: reacherhq/worker
dockerfile: docker/Dockerfile.worker
name: reacherhq/backend
dockerfile: docker/Dockerfile.backend
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tags: "${{ steps.vars.outputs.GITHUB_TAG }}"

0 comments on commit 7236021

Please sign in to comment.