Skip to content

Commit

Permalink
Upd: Update GitHub actions to build proper image + upgrade due to dep…
Browse files Browse the repository at this point in the history
…recations
  • Loading branch information
bokysan committed Sep 27, 2023
1 parent ab1cca7 commit 53f3fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-hub-login/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: "composite"
steps:
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: 'boky'
password: '${{ inputs.DOCKER_ACCESS_TOKEN }}'
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
context: postfix_exporter
push: true
tags: |
boky/postfix-exporter:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
context: postfix_exporter
push: true
tags: |
boky/postfix-exporter:${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit 53f3fce

Please sign in to comment.