Skip to content

Commit

Permalink
chore: tryng new branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybatch committed Oct 30, 2023
1 parent 67cb796 commit 7e390ef
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/build-and-push-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,6 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump job context
env:
JOB_CONTEXT: ${{ toJson(job) }}
run: echo "$JOB_CONTEXT"
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
run: echo "$STEPS_CONTEXT"
- name: Dump runner context
env:
RUNNER_CONTEXT: ${{ toJson(runner) }}
run: echo "$RUNNER_CONTEXT"
- name: Dump strategy context
env:
STRATEGY_CONTEXT: ${{ toJson(strategy) }}
run: echo "$STRATEGY_CONTEXT"
- name: Dump matrix context
env:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
run: echo "$MATRIX_CONTEXT"

- name: Login to Docker Hub
run: echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin

Expand All @@ -50,4 +29,4 @@ jobs:
docker build -t arcvouchers/service:v${EVENT_NUMBER} .
docker push arcvouchers/service:v${EVENT_NUMBER}
env:
EVENT_NUMBER: "${{ github.event.number }}"
EVENT_NUMBER: "${{ github.ref_name }}"

0 comments on commit 7e390ef

Please sign in to comment.