Commit 571bec65 authored by Simon Cornet's avatar Simon Cornet
Browse files

chore(deps): update docker/build-push-action action to v6 (#6)

parents 56b71835 2f22d28d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ jobs:

      # build and publish container
      - name: 'Build and Publish'
        uses: 'docker/build-push-action@v3'
        uses: 'docker/build-push-action@v6'
        with:
          context: '.'
          file: 'Dockerfile.linux.amd64'