diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 100f5365..4f5516b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.DOCKER_PASS }} - id: tag name: Get docker tag - uses: bimdata/actions/get-docker-tag@v3 + uses: bimdata/actions/get-docker-tag@v4 with: branch: ${{ github.ref }} - name: Build and push @@ -84,7 +84,7 @@ jobs: persist-credentials: false - id: tag name: Get docker tag - uses: bimdata/actions/get-docker-tag@v3 + uses: bimdata/actions/get-docker-tag@v4 with: branch: ${{ github.ref }} - name: Run e2e tests @@ -108,11 +108,11 @@ jobs: password: ${{ secrets.DOCKER_PASS }} - id: tag name: Get docker tag - uses: bimdata/actions/get-docker-tag@v3 + uses: bimdata/actions/get-docker-tag@v4 with: branch: ${{ github.ref }} - name: Deploy on ${{ env.tag }} - uses: bimdata/actions/deployment@v3 + uses: bimdata/actions/deployment@v4 with: inventory: ${{ env.tag }} app: ${{ env.app }}