Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5.1.0 (#648)
Browse files Browse the repository at this point in the history
* chore(deps): update docker/build-push-action action to v5.1.0

* refactor: Linting workflow

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Götz Görisch <[email protected]>
  • Loading branch information
renovate[bot] and GoetzGoerisch authored Dec 5, 2023
1 parent 8ad4320 commit f0e5400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ jobs:
# yamllint enable rule:line-length
- name: Login to GitHub Container Registry
uses: docker/[email protected]
if: env.IS_NOT_PR == 'true' && ${{ github.actor }} != 'dependabot'
if: env.IS_NOT_PR == 'true'
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Release
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
file: "./UmatiDashboardOpcUaClient/Dockerfile"
context: ./UmatiDashboardOpcUaClient
Expand Down

0 comments on commit f0e5400

Please sign in to comment.