Skip to content

Commit

Permalink
Action version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
datajohnson committed Apr 18, 2024
1 parent fa75ba8 commit d8577f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Generate release tag
id: generate_release_tag
uses: amitsingh-007/next-release-tag@v4.0.0
uses: amitsingh-007/next-release-tag@v5.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: "v"
tag_template: "yyyy.mm.dd.i"

- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5.3.0
with:
context: .
push: true
Expand Down

0 comments on commit d8577f7

Please sign in to comment.