Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt authored Nov 3, 2023
1 parent eedc37e commit 1b08e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
steps:
- name: Build image
run: |
docker build -t someimage:xyz github.com/creack/docker-firefox
docker pull continuumio/miniconda3
docker tag continuumio/miniconda3 someimage:xyz
- name: Save image
run: |
Expand Down

0 comments on commit 1b08e8f

Please sign in to comment.