Skip to content

Commit

Permalink
Revert build containers and transfer updates to release
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Jan 31, 2025
1 parent 40a421b commit 560097b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,6 @@ on:
- master

jobs:
test-docker-login:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
# Passwords are set up through the GitHub control pannel. The docs for
# the login action are explicit about never using a real password, and
# instead setting up a DockerHub personal access token:
# https://github.com/docker/login-action?tab=readme-ov-file#docker-hub
password: ${{ secrets.DOCKER_PASSWORD }}

build-and-remove-omics1:
uses: "./.github/workflows/build-and-remove-template.yml"
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_USERNAME }}
username: ${{ secrets.DOCKER_USERNAME }}
# Passwords are set up through the GitHub control panel. The docs for
# the login action are explicit about never using a real password, and
# instead setting up a DockerHub personal access token:
Expand Down

0 comments on commit 560097b

Please sign in to comment.