Skip to content

Commit

Permalink
CI: Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Mar 17, 2024
1 parent c5aca37 commit ab40578
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push x64 image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./docker/
push: true
tags: sublimetext/unittesting:latest,sublimetext/unittesting:x64

- name: Build and push x32 image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./docker/
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
merge-to-v1:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/github-script@v5
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
script: |
await github.rest.repos.merge({
Expand Down

0 comments on commit ab40578

Please sign in to comment.