Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
driver-deploy-2 committed Jan 25, 2024
1 parent 2b03d85 commit c86d85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set enviroment
shell: bash
Expand All @@ -34,7 +34,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/l3crisis:nl_${{ env.branch }}_${{ env.sha_short }}
tags: drivereu/l3crisis:nl_${{ env.branch }}_${{ env.sha_short }}

# build:

Expand Down

0 comments on commit c86d85e

Please sign in to comment.