Skip to content

Commit

Permalink
bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
raffber committed Sep 8, 2024
1 parent 3400fff commit e7b3472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
password: ${{secrets.GITHUB_TOKEN}}

- name: Build docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
push: true
file: deploy/Dockerfile
tags: ghcr.io/raffber/comsrv:${{ steps.version.outputs.version }}
tags: ghcr.io/raffber/comsrv:${{ steps.version.outputs.version }} , ghcr.io/raffber/comsrv:latest

- name: Build builder docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
push: false
Expand Down

0 comments on commit e7b3472

Please sign in to comment.