Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Sep 12, 2023
1 parent 77a9e5b commit 83614ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ on:
env:
PLATFORMS: 'linux/amd64,linux/arm64'
IMAGE_NAME: 'easypi/openrefine'
OPENREFINE_VERSION: '3.7.4'
OPENREFINE_VERSION: '3.7.5'

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: docker/setup-qemu-action@v1
- uses: docker/setup-qemu-action@v2

- uses: docker/setup-buildx-action@v1
- uses: docker/setup-buildx-action@v2

- uses: docker/login-action@v1
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v4
with:
platforms: ${{ env.PLATFORMS }}
build-args: |
Expand All @@ -39,7 +39,7 @@ jobs:
push: true

- if: ${{ always() }}
uses: slackapi/slack-github-action@v1.16.0
uses: slackapi/slack-github-action@v1.24.0
with:
channel-id: github
payload: |
Expand Down

0 comments on commit 83614ea

Please sign in to comment.