Skip to content

Commit

Permalink
Update docker_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matt- authored Apr 18, 2024
1 parent 2af6c9b commit 8d268fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,22 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2

- uses: actions-ecosystem/action-get-latest-tag@v1
id: get-latest-tag

- uses: actions-ecosystem/action-bump-semver@v1
id: bump-semver
with:
current_version: ${{ steps.get-latest-tag.outputs.tag }}
level: minor

- uses: actions-ecosystem/action-push-tag@v1
with:
tag: ${{ steps.bump-semver.outputs.new_version }}
message: '${{ steps.bump-semver.outputs.new_version }}: PR #${{ github.event.pull_request.number }} ${{ github.event.pull_request.title }}'

- name: Login to Docker Hub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 8d268fb

Please sign in to comment.